# Sandbox.WebSurface.TellChar

```csharp
void TellChar(uint unicodeKey, KeyboardModifiers modifiers)
```

Tell the browser a unicode key has been pressed

### Parameters

- `unicodeKey` (`uint`)
- `modifiers` (`KeyboardModifiers`)

Declared in [Sandbox.WebSurface](/api/Sandbox.WebSurface).
Assembly: `Sandbox.Engine`.
