<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.10.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Swift",
  "identifier" : "/documentation/Swift/Unicode/NumericType/numeric",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Swift"
    ],
    "preciseIdentifier" : "s:s7UnicodeO11NumericTypeO7numericyA2DmF"
  },
  "title" : "Unicode.NumericType.numeric"
}
-->

# Unicode.NumericType.numeric

A digit that does not meet the requirements of the `decimal` numeric
type or a non-digit numeric value.

```
case numeric
```

## Discussion

This numeric type includes fractions such as “⅕” (U+2155 VULGAR
FRACTION ONE FIFTH), numerical CJK ideographs like “兆” (U+5146 CJK
UNIFIED IDEOGRAPH-5146), and other scalars that are not decimal digits
used positionally in the writing of base-10 numbers.

As of Unicode 6.3, any new scalars that represent numbers but do not
meet the requirements of `decimal` will have numeric type `numeric`,
and programs can treat `digit` and `numeric` equivalently.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)