| Symbolname | Roman Numeral One Hundred |
| Unicode-Version | 1.1 |
| Unicode | U+216D |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol roman numeral one hundred auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Roman Numeral One Hundred in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x216D |
| HTML-Code | Ⅽ |
| LaTeX | \mathrm{C} |
| Symbol | C |
| URL-Kodierung (UTF-8-Prozent) | %43 |
| Ansagename (Screenreader) | Roman Numeral One Hundred |