Skip to content
EmojiDB

U+2176 · Letter number

Small Roman Numeral Seven Symbol ⅶ

ⅶ is small roman numeral seven, and Unicode gives it the numeric value 7. It was added in Unicode 1.1, and Unicode files it under Letter number.

Codes & technical data

UnicodeU+2176
HTML hexⅶ
HTML decimalⅶ
CSS\2176
JavaScript\u{2176}
Python\U00002176
Java / C#\u2176
Rust\u{2176}
Swift\u{2176}
PHP\u{2176}
URL encoded%E2%85%B6
UTF-8 bytesE2 85 B6
UTF-16 bytes2176
Base644oW2
Decimal8566
Decomposes tovii (compat form)
Numeric value7
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 vii. 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 seven characters

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