# `ShowUnicodeInfoProtocol showUnicodeInfo:`

*Instance Method*

return YES you handled the request, otherwise, NO;

## Declaration

```swift
func showUnicodeInfo(_ glyph: GSGlyph) -> Bool
```

```objc
- (BOOL) showUnicodeInfo:(GSGlyph *) glyph;
```

```python
showUnicodeInfo_(glyph: GSGlyph) -> bool
```

