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