Instance Propertyswift 6.0.1Swift

isUnifiedIdeograph

A Boolean value indicating whether the scalar is one of the unified CJK ideographs in the Unicode Standard.

var isUnifiedIdeograph: Bool { get }

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.