---
title: "append(_:)"
framework: swift
role: symbol
role_heading: Instance Method
path: "swift/string/unicodescalarview/append(_:)"
---

# append(_:)

Appends the given Unicode scalar to the view.

## Declaration

```swift
mutating func append(_ c: Unicode.Scalar)
```

## Parameters

- `c`: The character to append to the string.
