---
title: unicodeScalars
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/discontiguousattributedsubstring/unicodescalars
---

# unicodeScalars

The Unicode scalars of the discontiguous attributed string, as a view into the underlying string.

## Declaration

```swift
var unicodeScalars: DiscontiguousSlice<AttributedString.UnicodeScalarView> { get }
```
