Contents

isCurrencySymbol

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

Declaration

var isCurrencySymbol: Bool { get }

Discussion

For example, the following characters all represent currency symbols:

  • “$” (U+0024 DOLLAR SIGN)

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

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

See Also

Inspecting a Character