# `GSGlyphInfo.unicode`

*Instance Property*

## Declaration

```swift
var unicode: String? { get }
```

```objc
@property (nonatomic, readonly) NSString * unicode;
```

[See also `unicode` in the Python API](https://docu.glyphsapp.com/#GSGlyphInfo.unicode)

```python
pyobjc_instanceMethods.unicode() -> str
```

