Roman Numeral One Thousand C D

Shortcodes

Copy and paste codes for Roman Numeral One Thousand C D symbol ↀ to use in your websites, apps, blogs, and more.

Unicode
U+2180
HTML Code
ↀ
HEX Code
ↀ
CSS Code
\2180
JS/JSON
\u2180
Unix/C/PHP/JAVA
0x2180
URL-encode
%E2%86%80
copied

Customize Roman Numeral One Thousand C D Symbol

Customize ↀ symbol as you like and download Roman Numeral One Thousand C D 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 Thousand C D symbol in HTML, CSS, and JS?

Insert ↀ Roman Numeral One Thousand C D using HTML

1. Copy-paste Roman Numeral One Thousand C D directly:
<span>ↀ</span>
2. HTML Decimal Code:
<span>&#8576;</span>
3. Hexadecimal Code:
<span>&#x2180;</span>
Preview:

Add Roman Numeral One Thousand C D symbol with CSS

.roman-numeral-one-thousand-cd::before {
    content: '\\2180';
}
Preview: Roman Numeral One Thousand C D

Roman Numeral One Thousand C D JavaScript Code

1. Direct Symbol:
document.querySelector('.roman-numeral-one-thousand-cd').textContent = 'ↀ';
2. Unicode Escape for ↀ:
document.querySelector('.roman-numeral-one-thousand-cd').textContent = '\u2180';
Preview: