---
title: "init(unicodeScalarLiteral:)"
framework: swift
role: symbol
role_heading: Initializer
path: "swift/expressiblebyunicodescalarliteral/init(unicodescalarliteral:)"
---

# init(unicodeScalarLiteral:)

Creates an instance initialized to the given value.

## Declaration

```swift
init(unicodeScalarLiteral value: Self.UnicodeScalarLiteralType)
```

## Parameters

- `value`: The value of the new instance.
