Roman Numeral Fifty Thousand

Shortcodes

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

Unicode
U+2187
HTML Code
ↇ
HEX Code
ↇ
CSS Code
\2187
JS/JSON
\u2187
Unix/C/PHP/JAVA
0x2187
URL-encode
%E2%86%87
copied

Customize Roman Numeral Fifty Thousand Symbol

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

Insert ↇ Roman Numeral Fifty Thousand using HTML

1. Copy-paste Roman Numeral Fifty Thousand directly:
<span>ↇ</span>
2. HTML Decimal Code:
<span>&#8583;</span>
3. Hexadecimal Code:
<span>&#x2187;</span>
Preview:

Add Roman Numeral Fifty Thousand symbol with CSS

.roman-numeral-fifty-thousand::before {
    content: '\\2187';
}
Preview: Roman Numeral Fifty Thousand

Roman Numeral Fifty Thousand JavaScript Code

1. Direct Symbol:
document.querySelector('.roman-numeral-fifty-thousand').textContent = 'ↇ';
2. Unicode Escape for ↇ:
document.querySelector('.roman-numeral-fifty-thousand').textContent = '\u2187';
Preview: