Roman Numeral Ten Thousand

Shortcodes

Copy and paste codes for Roman Numeral Ten Thousand symbol ↂ to use in your websites, apps, blogs, and more.

Unicode
U+2182
HTML Code
ↂ
HEX Code
ↂ
CSS Code
\2182
JS/JSON
\u2182
Unix/C/PHP/JAVA
0x2182
URL-encode
%E2%86%82
copied

Customize Roman Numeral Ten Thousand Symbol

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

Insert ↂ Roman Numeral Ten Thousand using HTML

1. Copy-paste Roman Numeral Ten Thousand directly:
<span>ↂ</span>
2. HTML Decimal Code:
<span>&#8578;</span>
3. Hexadecimal Code:
<span>&#x2182;</span>
Preview:

Add Roman Numeral Ten Thousand symbol with CSS

.roman-numeral-ten-thousand::before {
    content: '\\2182';
}
Preview: Roman Numeral Ten Thousand

Roman Numeral Ten Thousand JavaScript Code

1. Direct Symbol:
document.querySelector('.roman-numeral-ten-thousand').textContent = 'ↂ';
2. Unicode Escape for ↂ:
document.querySelector('.roman-numeral-ten-thousand').textContent = '\u2182';
Preview: