# `UnicodeScalarProperties.isAlphabetic`

*Instance Property*

## Declaration

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

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

```python
isAlphabetic() -> bool
```

