| Symbol Name | Roman Numeral One Hundred |
| Unicode Version | 1.1 |
| Unicode | U+216D |
| Unicode block | |
| General category | Letter Number (Nl) |
| CSS Code |
| UTF-8 | E2 85 AD |
| UTF-16 | 216D |
| UTF-32 | 0000216D |
1\documentclass{article}2\usepackage{pifont}3\mathrm{C}4\end{document}You can type the roman numeral one hundred symbol on most modern devices with the help of following methods:
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>Roman Numeral One Hundred symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x216D |
| HTML Code | Ⅽ |
| LaTeX | \mathrm{C} |
| Symbol | C |
| URL encode (UTF-8 percent) | %43 |
| Spoken / screen reader name | Roman Numeral One Hundred |