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