---
title: Character.UTF8View
framework: swift
role: symbol
role_heading: Type Alias
path: swift/character/utf8view
---

# Character.UTF8View

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

## Declaration

```swift
typealias UTF8View = String.UTF8View
```
