---
title: utf16
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/attributedstring/utf16
---

# utf16

A view of the attributed string’s contents as a collection of UTF-16 code units.

## Declaration

```swift
var utf16: AttributedString.UTF16View { get }
```
