---
title: isNoncharacterCodePoint
framework: swift
role: symbol
role_heading: Instance Property
path: swift/unicode/scalar/properties-swift.struct/isnoncharactercodepoint
---

# isNoncharacterCodePoint

A Boolean value indicating whether the scalar is permanently reserved for internal use.

## Declaration

```swift
var isNoncharacterCodePoint: Bool { get }
```

## Discussion

Discussion This property corresponds to the “Noncharacter_Code_Point” property in the Unicode Standard.
