U+2178 · Letter number
Small Roman Numeral Nine Symbol ⅸ
ⅸ is small roman numeral nine, and Unicode gives it the numeric value 9. It was added in Unicode 1.1, and Unicode files it under Letter number.
Codes & technical data
| Unicode | U+2178 | |
|---|---|---|
| HTML hex | ⅸ | |
| HTML decimal | ⅸ | |
| CSS | \2178 | |
| JavaScript | \u{2178} | |
| Python | \U00002178 | |
| Java / C# | \u2178 | |
| Rust | \u{2178} | |
| Swift | \u{2178} | |
| PHP | \u{2178} | |
| URL encoded | %E2%85%B8 | |
| UTF-8 bytes | E2 85 B8 | |
| UTF-16 bytes | 2178 | |
| Base64 | 4oW4 | |
| Decimal | 8568 | |
| Decomposes to | ix (compat form) | |
| Numeric value | 9 | |
| Category | Letter number (Nl) | |
| Introduced | Unicode 1.1 | |
Will ⅸ survive being pasted?
- Normalisation. No. Anything that applies NFKC — search indexes, usernames, domain names, programming identifiers — rewrites ⅸ as
ix. Safe for display, not for storage. - Legacy encodings. ⅸ is Unicode-only — it has no Latin-1 equivalent, so a system stuck on an 8-bit encoding cannot represent it.
- Size. 3 bytes in UTF-8. Character-limited fields — SMS, bios, some form validators — usually count bytes, not characters.
Other nine characters
Unicode names 9 characters ending in “nine”. They differ by direction, weight or decoration rather than by meaning.
Nearby in Number Forms
Roman numerals as single characters, and the vulgar fractions beyond the three Latin-1 supplies. A Roman numeral here is one character, not a run of letters, so Ⅷ and VIII sort and search differently.
How to type ⅸ
| Windows | Type 2178 then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for “small roman numeral nine” |
| Linux | Press Ctrl+Shift+U, type 2178, press Enter |
| HTML | ⅸ |
About Unicode’s Letter number category
This is a letter number: a character that looks like a letter but carries a numeric value, the way Roman numerals do.
Frequently asked questions
- How do I type the ⅸ small roman numeral nine symbol?
- On Windows, type 2178 and press Alt+X. On Linux press Ctrl+Shift+U then 2178. On any system the quickest route is the copy button on this page.
- What is the code for ⅸ?
- Small Roman Numeral Nine is U+2178. In UTF-8 it takes 3 bytes. The table above lists every escape format.
- Will ⅸ survive being pasted anywhere?
- Not always. Small Roman Numeral Nine is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with ix. Use it for display, not where text is normalised.