# tabWidth

> The width of the tab character.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.TextCore](/engine/6000.6/script-reference/unityengine/textcore.md)
* **Assembly:** UnityEngine.TextCoreFontEngineModule

```csharp
public float tabWidth { get; set; }
```

### Remarks

This width is typically the same as the space character.
