| Nome del simbolo | Roman Numeral Fifty |
| Versione Unicode | 1.1 |
| Unicode | U+216C |
| Blocco Unicode | |
| Categoria generale | Letter Number (Nl) |
| Codice CSS | \216C |
| Codice esadecimale | 0x216C |
| Codice HTML | Ⅼ |
| LaTeX | \mathrm{L} |
| Simbolo | L |
| Codifica URL (percentuale UTF-8) | %4C |
| Nome parlato / screen reader | Roman Numeral Fifty |
| UTF-8 | E2 85 AC |
| UTF-16 | 216C |
| UTF-32 | 0000216C |
1\documentclass{article}2\usepackage{pifont}3\mathrm{L}4\end{document}Puoi digitare il simbolo roman numeral fifty sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8556 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "roman numeral fifty", or use Unicode Hex Input with 216C.
Ctrl + Shift + U, type 216c, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with enclosed numeral support.
1span.roman-numeral-fifty::before { content: "\216C"; }1<span>Ⅼ</span>La rappresentazione del simbolo Roman Numeral Fifty nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u216C' or String.fromCodePoint(0x216C) |
| Python | '\N{ROMAN NUMERAL FIFTY}' or chr(8556) |
| Rust | '\u{216C}' |
| C / C++ | UTF-8 source or wchar_t with U+216C |
| Go | string(rune(0x216C)) |
| Ruby | "\u216C" |