---
title: unmappedSfSymbolsName
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gccontrollerelement/unmappedsfsymbolsname
---

# unmappedSfSymbolsName

The element’s system symbol, not the remapped symbol.

## Declaration

```swift
var unmappedSfSymbolsName: String? { get set }
```

## Discussion

Discussion Use this property to get the original unmapped name. Otherwise, use the sfSymbolsName property to get the possibly remapped symbol.

## See Also

### Displaying a symbol

- [sfSymbolsName](gamecontroller/gccontrollerelement/sfsymbolsname.md)
