# `GSGlyphsInfo glyphInfoForUnicode:`

*Instance Method*

Returns the GSGlyphInfo for the glyph with Unicode.

## Declaration

```swift
func glyphInfo(forUnicode unicode: String) -> GSGlyphInfo?
```

```objc
- (GSGlyphInfo *) glyphInfoForUnicode:(NSString *) unicode;
```

```python
glyphInfoForUnicode_(unicode: str) -> GSGlyphInfo
```

## Parameters

- `unicode` — A unicode as Hex string.

## Return Value

A GSGlyphInfo instance or nil.

