# `UnicodeScalarProperties.numericType`

*Instance Property*

## Declaration

```swift
@objc var numericType: String? { get }
```

```objc
@property (nonatomic, copy, readonly) NSString * numericType;
```

```python
numericType() -> str
```

