| Nome del simbolo | Roman Numeral Five Hundred |
| Versione Unicode | 1.1 |
| Unicode | U+216E |
| Blocco Unicode | |
| Categoria generale | Letter Number (Nl) |
| UTF-8 | E2 85 AE |
| UTF-16 | 216E |
| UTF-32 | 0000216E |
1\documentclass{article}2\usepackage{pifont}3\mathrm{D}4\end{document}Puoi digitare il simbolo roman numeral five hundred sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8558 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "roman numeral five hundred", or use Unicode Hex Input with 216E.
Ctrl + Shift + U, type 216e, 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-five-hundred::before { content: "\216E"; }1<span>Ⅾ</span>La rappresentazione del simbolo Roman Numeral Five Hundred nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u216E' or String.fromCodePoint(0x216E) |
| Python | '\N{ROMAN NUMERAL FIVE HUNDRED}' or chr(8558) |
| Rust | '\u{216E}' |
| C / C++ | UTF-8 source or wchar_t with U+216E |
| Go | string(rune(0x216E)) |
| Ruby | "\u216E" |
| Codice CSS |
\216E |
| Codice esadecimale | 0x216E |
| Codice HTML | Ⅾ |
| LaTeX | \mathrm{D} |
| Simbolo | D |
| Codifica URL (percentuale UTF-8) | %44 |
| Nome parlato / screen reader | Roman Numeral Five Hundred |