isIdeographic
A Boolean value indicating whether the scalar is considered to be a CJKV (Chinese, Japanese, Korean, and Vietnamese) or other siniform (Chinese writing-related) ideograph.
Declaration
var isIdeographic: Bool { get }Discussion
This property roughly defines the class of “Chinese characters” and does not include characters of other logographic scripts such as Cuneiform or Egyptian Hieroglyphs.
This property corresponds to the “Ideographic” property in the Unicode Standard.