# `GSGlyphsInfo isPrivateUse:`

*Type Method*

## Declaration

```swift
class func isPrivateUse(_ aChar: UTF32Char) -> Bool
```

```objc
+ (BOOL) isPrivateUse:(UTF32Char) aChar;
```

```python
isPrivateUse_(aChar: UTF32Char) -> bool
```

