---
title: isSymbol
framework: swift
role: symbol
role_heading: Instance Property
path: swift/character/issymbol
---

# isSymbol

A Boolean value indicating whether this character represents a symbol.

## Declaration

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

## Discussion

Discussion This property is true only for characters composed of scalars in the “Math_Symbol”, “Currency_Symbol”, “Modifier_Symbol”, or “Other_Symbol” categories in the Unicode Standard. For example, the following characters all represent symbols: “®” (U+00AE REGISTERED SIGN) “⌹” (U+2339 APL FUNCTIONAL SYMBOL QUAD DIVIDE) “⡆” (U+2846 BRAILLE PATTERN DOTS-237)

## 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)
- [isMathSymbol](swift/character/ismathsymbol.md)
- [isCurrencySymbol](swift/character/iscurrencysymbol.md)
