---
title: unicodeScalar
framework: swift
role: symbol
role_heading: Type Property
path: swift/regexsemanticlevel/unicodescalar
---

# unicodeScalar

Match at the Unicode scalar level.

## Declaration

```swift
static var unicodeScalar: RegexSemanticLevel { get }
```

## Discussion

Discussion At this semantic level, the string’s UnicodeScalarView is used for matching, and each matched element is a UnicodeScalar value.
