# `UnicodeScalarProperties.hasNumericValue`

*Instance Property*

## Declaration

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

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

```python
hasNumericValue() -> bool
```

