# Character

Property in [Position](https://docs.yarnspinner.dev/api/csharp/yarn.compiler/yarn.compiler.position)

## Summary

Gets or sets the zero-indexed character number of this position.

```csharp
public int Character { get; set; }
```
