Instance Propertyswift 6.0.1Swift

    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.

    var isIdeographic: Bool { get }

    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.

    Other members in extension

    Instance members