# characterLimit

> How many characters the keyboard input field is limited to. 0 = infinite.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

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

### Remarks

This property is supported on Android and iOS only.
