U+217F · Letter number
Small Roman Numeral One Thousand Symbol ⅿ
ⅿ is small roman numeral one thousand, and Unicode gives it the numeric value 1000. It was added in Unicode 1.1, and Unicode files it under Letter number.
Codes & technical data
| Unicode | U+217F | |
|---|---|---|
| HTML hex | ⅿ | |
| HTML decimal | ⅿ | |
| CSS | \217F | |
| JavaScript | \u{217F} | |
| Python | \U0000217F | |
| Java / C# | \u217F | |
| Rust | \u{217f} | |
| Swift | \u{217F} | |
| PHP | \u{217F} | |
| URL encoded | %E2%85%BF | |
| UTF-8 bytes | E2 85 BF | |
| UTF-16 bytes | 217F | |
| Base64 | 4oW/ | |
| Decimal | 8575 | |
| Decomposes to | m (compat form) | |
| Numeric value | 1000 | |
| 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
m. 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.
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 217F then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for “small roman numeral one thousand” |
| Linux | Press Ctrl+Shift+U, type 217f, 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 one thousand symbol?
- On Windows, type 217F and press Alt+X. On Linux press Ctrl+Shift+U then 217f. On any system the quickest route is the copy button on this page.
- What is the code for ⅿ?
- Small Roman Numeral One Thousand is U+217F. In UTF-8 it takes 3 bytes. The table above lists every escape format.
- Will ⅿ survive being pasted anywhere?
- Not always. Small Roman Numeral One Thousand is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with m. Use it for display, not where text is normalised.