Skip to content
EmojiDB

U+2162 · Letter number

Roman Numeral Three Symbol Ⅲ

Ⅲ is roman numeral three, and Unicode gives it the numeric value 3. It was added in Unicode 1.1, and Unicode files it under Letter number.

Codes & technical data

UnicodeU+2162
HTML hexⅢ
HTML decimalⅢ
CSS\2162
JavaScript\u{2162}
Python\U00002162
Java / C#\u2162
Rust\u{2162}
Swift\u{2162}
PHP\u{2162}
URL encoded%E2%85%A2
UTF-8 bytesE2 85 A2
UTF-16 bytes2162
Base644oWi
Decimal8546
Decomposes toIII (compat form)
Numeric value3
CategoryLetter number (Nl)
IntroducedUnicode 1.1

Will Ⅲ survive being pasted?

  • Normalisation. No. Anything that applies NFKC — search indexes, usernames, domain names, programming identifiers — rewrites Ⅲ as III. 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 three characters

Unicode names 9 characters ending in “three”. 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.

All 58 characters in Number Forms →

How to type Ⅲ

WindowsType 2162 then press Alt+X
macOSPress Ctrl+Cmd+Space, then search for “roman numeral three”
LinuxPress Ctrl+Shift+U, type 2162, 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 Ⅲ roman numeral three symbol?
On Windows, type 2162 and press Alt+X. On Linux press Ctrl+Shift+U then 2162. On any system the quickest route is the copy button on this page.
What is the code for Ⅲ?
Roman Numeral Three is U+2162. In UTF-8 it takes 3 bytes. The table above lists every escape format.
Will Ⅲ survive being pasted anywhere?
Not always. Roman Numeral Three is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with III. Use it for display, not where text is normalised.