---
title: isCurrencySymbol
framework: swift
role: symbol
role_heading: Instance Property
path: swift/character/iscurrencysymbol
---

# isCurrencySymbol

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

## Declaration

```swift
var isCurrencySymbol: Bool { get }
```

## Discussion

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

- [isLetter](swift/character/isletter.md)
- [isPunctuation](swift/character/ispunctuation.md)
- [isNewline](swift/character/isnewline.md)
- [isWhitespace](swift/character/iswhitespace.md)
- [isSymbol](swift/character/issymbol.md)
- [isMathSymbol](swift/character/ismathsymbol.md)
