---
title: age
framework: swift
role: symbol
role_heading: Instance Property
path: swift/unicode/scalar/properties-swift.struct/age
---

# age

The earliest version of the Unicode Standard in which the scalar was assigned.

## Declaration

```swift
var age: Unicode.Version? { get }
```

## Discussion

Discussion This value is nil for code points that have not yet been assigned. This property corresponds to the “Age” property in the Unicode Standard.
