isUnifiedIdeograph
A Boolean value indicating whether the scalar is one of the unified CJK ideographs in the Unicode Standard.
Declaration
var isUnifiedIdeograph: Bool { get }Discussion
This property is false for CJK punctuation and symbols, as well as for compatibility ideographs (which canonically decompose to unified ideographs).
This property corresponds to the “Unified_Ideograph” property in the Unicode Standard.