---
title: Unicode.Version
framework: swift
role: symbol
role_heading: Type Alias
path: swift/unicode/version
---

# Unicode.Version

A version of the Unicode Standard represented by its major and minor components.

## Declaration

```swift
typealias Version = (major: Int, minor: Int)
```
