Instance Propertyswift 6.0.1Swift

isIDSTrinaryOperator

A Boolean value indicating whether the scalar is an ideographic description character that determines how the three ideographic characters or ideographic description sequences that follow it are to be combined to form a single character.

var isIDSTrinaryOperator: Bool { get }

Ideographic description characters are technically printable characters, but advanced rendering engines may use them to approximate ideographs that are otherwise unrepresentable.

This property corresponds to the “IDS_Trinary_Operator” property in the Unicode Standard.