Roman Numeral One Hundred Thousand

Shortcodes

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

Unicode
U+2188
HTML Code
ↈ
HEX Code
ↈ
CSS Code
\2188
JS/JSON
\u2188
Unix/C/PHP/JAVA
0x2188
URL-encode
%E2%86%88
copied

Customize Roman Numeral One Hundred Thousand Symbol

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

Insert ↈ Roman Numeral One Hundred Thousand using HTML

1. Copy-paste Roman Numeral One Hundred Thousand directly:
<span>ↈ</span>
2. HTML Decimal Code:
<span>&#8584;</span>
3. Hexadecimal Code:
<span>&#x2188;</span>
Preview:

Add Roman Numeral One Hundred Thousand symbol with CSS

.roman-numeral-one-hundred-thousand::before {
    content: '\\2188';
}
Preview: Roman Numeral One Hundred Thousand

Roman Numeral One Hundred Thousand JavaScript Code

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