# Current

> The current character.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Collections](/engine/6000.7/script-reference/unity/collections.md)
* **Assembly:** UnityEngine.ManagedKernelModule

```csharp
public Unicode.Rune Current { get; }
```

### Remarks

In an enumerator's initial state, [FixedString64Bytes.Enumerator.Current](/engine/6000.7/script-reference/unity/collections/fixedstring64bytes/enumerator/current.md) is not valid to read.
