Skip to content
EmojiDB

U+216B · Letter number

Roman Numeral Twelve Symbol Ⅻ

Ⅻ is roman numeral twelve, and Unicode gives it the numeric value 12. It was added in Unicode 1.1, and Unicode files it under Letter number.

Codes & technical data

UnicodeU+216B
HTML hexⅫ
HTML decimalⅫ
CSS\216B
JavaScript\u{216B}
Python\U0000216B
Java / C#\u216B
Rust\u{216b}
Swift\u{216B}
PHP\u{216B}
URL encoded%E2%85%AB
UTF-8 bytesE2 85 AB
UTF-16 bytes216B
Base644oWr
Decimal8555
Decomposes toXII (compat form)
Numeric value12
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 XII. 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 twelve characters

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