---
title: "init(rawValue:)"
framework: swift
role: symbol
role_heading: Initializer
path: "swift/unicode/canonicalcombiningclass/init(rawvalue:)"
---

# init(rawValue:)

Creates a new canonical combining class with the given raw integer value.

## Declaration

```swift
init(rawValue: UInt8)
```

## Parameters

- `rawValue`: The raw integer value of the canonical combining class.
