Roman Numeral One Hundred

Shortcodes

Copy and paste codes for Roman Numeral One Hundred symbol Ⅽ to use in your websites, apps, blogs, and more.

Unicode
U+216D
HTML Code
Ⅽ
HEX Code
Ⅽ
CSS Code
\216D
JS/JSON
\u216D
Unix/C/PHP/JAVA
0x216D
URL-encode
%E2%85%AD
copied

Customize Roman Numeral One Hundred Symbol

Customize Ⅽ symbol as you like and download Roman Numeral One Hundred as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
 

How to add Roman Numeral One Hundred symbol in HTML, CSS, and JS?

Insert Ⅽ Roman Numeral One Hundred using HTML

1. Copy-paste Roman Numeral One Hundred directly:
<span>Ⅽ</span>
2. HTML Decimal Code:
<span>&#8557;</span>
3. Hexadecimal Code:
<span>&#x216D;</span>
Preview:

Add Roman Numeral One Hundred symbol with CSS

.roman-numeral-one-hundred::before {
    content: '\\216D';
}
Preview: Roman Numeral One Hundred

Roman Numeral One Hundred JavaScript Code

1. Direct Symbol:
document.querySelector('.roman-numeral-one-hundred').textContent = 'Ⅽ';
2. Unicode Escape for Ⅽ:
document.querySelector('.roman-numeral-one-hundred').textContent = '\u216D';
Preview: