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

# isIDContinue

A Boolean value indicating whether the scalar is one which is recommended to be allowed to appear in a non-starting position in a programming language identifier.

## Declaration

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

## Discussion

Discussion Applications that store identifiers in NFKC normalized form should instead use isXIDContinue to check whether a scalar is a valid identifier character. This property corresponds to the “ID_Continue” and the “Other_ID_Continue” properties in the Unicode Standard.
