# `Unicode.Scalar.glyphsString`

*Instance Property*

Returns the string representation used by Glyphs to store Unicode value, like `0634` or `1F6A0`.

## Declaration

```swift
var glyphsString: String { get }
```

