---
title: Character.UTF16View
framework: swift
role: symbol
role_heading: Type Alias
path: swift/character/utf16view
---

# Character.UTF16View

A view of a character’s contents as a collection of UTF-16 code units. See String.UTF16View for more information

## Declaration

```swift
typealias UTF16View = String.UTF16View
```
