Determine if unicode character has a glyph in UIFont
问题 I want to find out if a certain unicode character has a glyph representation even if by a cascading font. For example, let's say I am using UIFont.systemFont(withSize:18) and a string \u{1CDA} and would like to find out if this font will display the graphical representation of this character, and not a default question mark representation (ie there's no graphical representation, even by the supporting cascade fonts). 回答1: This works for me. Swift 3, XCode 8.6 version: import UIKit import