# `GSGlyphInfo.subCategory`

*Instance Property*

The subcategory of the glyph.

## Declaration

```swift
var subCategory: String { get set }
```

```objc
@property (nonatomic, strong) NSString * subCategory;
```

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

```python
pyobjc_instanceMethods.subCategory() -> str
pyobjc_instanceMethods.setSubCategory_(subCategory: str)
```

## Discussion

This is mostly from the UnicodeData.txt file from unicode.org. Some corrections and additions have been made e.g: “Ligature”, “Decimal Digit”, …

