<!--
{
  "availability" : [
    "iOS: 7.0.0 - 15.0.0",
    "iPadOS: 7.0.0 - 15.0.0",
    "macCatalyst: 13.1.0 - 15.0.0",
    "tvOS: -",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 2.0.0 - 8.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIFontDescriptor/FeatureKey/typeIdentifier",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@UIFontFeatureSelectorIdentifierKey"
  },
  "title" : "typeIdentifier"
}
-->

# typeIdentifier

A key for identifying the font feature selector.

```
static let typeIdentifier: UIFontDescriptor.FeatureKey
```

## Discussion

The value of this key is an <doc://com.apple.documentation/documentation/Foundation/NSNumber> object specifying the ligature, character shape, or other font feature.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)