| Nombre del símbolo | Roman Numeral One Hundred |
| Versión Unicode | 1.1 |
| Unicode | U+216D |
| Bloque Unicode | |
| Categoría general | Letter Number (Nl) |
| Código CSS |
| UTF-8 | E2 85 AD |
| UTF-16 | 216D |
| UTF-32 | 0000216D |
1\documentclass{article}2\usepackage{pifont}3\mathrm{C}4\end{document}Puedes escribir el símbolo roman numeral one hundred en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Roman Numeral One Hundred en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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 |
| Código hexadecimal | 0x216D |
| Código HTML | Ⅽ |
| LaTeX | \mathrm{C} |
| Símbolo | C |
| Codificación URL (porcentaje UTF-8) | %43 |
| Nombre oral / lector de pantalla | Roman Numeral One Hundred |