# `UnicodeScalarProperties.isXIDStart`

*Instance Property*

## Declaration

```swift
@objc var isXIDStart: Bool { get }
```

```objc
@property (nonatomic, readonly) BOOL isXIDStart;
```

```python
isXIDStart() -> bool
```

