---
title: currencySymbol
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/numberformatter/currencysymbol
---

# currencySymbol

The string used by the receiver as a local currency symbol.

## Declaration

```swift
var currencySymbol: String! { get set }
```

## Discussion

Discussion A region typically has a local currency symbol and an international currency symbol. The local symbol is used within the region, while the international currency symbol is used in international contexts to specify that region’s currency unambiguously. The local currency symbol is often represented by a Unicode code point.

## See Also

### Configuring the Format of Currency

- [currencyCode](foundation/numberformatter/currencycode.md)
- [internationalCurrencySymbol](foundation/numberformatter/internationalcurrencysymbol.md)
- [currencyGroupingSeparator](foundation/numberformatter/currencygroupingseparator.md)
