Instance Propertyswift 6.2.4Swift

isCurrencySymbol

A Boolean value indicating whether this character represents a currency symbol.

var isCurrencySymbol: Bool { get }

For example, the following characters all represent currency symbols:

  • “$” (U+0024 DOLLAR SIGN)

  • “¥” (U+00A5 YEN SIGN)

  • “€” (U+20AC EURO SIGN)