# `GSGlyphEditView charAtIndex:`

*Instance Method*

## Declaration

```swift
func char(at idx: UInt) -> UTF32Char
```

```objc
- (UTF32Char) charAtIndex:(NSUInteger) idx;
```

```python
charAtIndex_(idx: int) -> UTF32Char
```

