# `UnicodeScalarProperties.isCased`

*Instance Property*

## Declaration

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

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

```python
isCased() -> bool
```

