# `UnicodeScalarProperties.isLetter`

*Instance Property*

## Declaration

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

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

```python
isLetter() -> bool
```

