Skip to content
EmojiDB

U+217E · Letter number

Small Roman Numeral Five Hundred Symbol ⅾ

ⅾ is small roman numeral five hundred, U+217E. Unicode records it as a compatibility form of d (compat form). It was added in Unicode 1.1, and Unicode files it under Letter number.

Codes & technical data

UnicodeU+217E
HTML hexⅾ
HTML decimalⅾ
CSS\217E
JavaScript\u{217E}
Python\U0000217E
Java / C#\u217E
Rust\u{217e}
Swift\u{217E}
PHP\u{217E}
URL encoded%E2%85%BE
UTF-8 bytesE2 85 BE
UTF-16 bytes217E
Base644oW+
Decimal8574
Decomposes tod (compat form)
Numeric value500
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 d. 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 hundred characters

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