Roman Numeral Five Thousand

Shortcodes

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

Unicode
U+2181
HTML Code
ↁ
HEX Code
ↁ
CSS Code
\2181
JS/JSON
\u2181
Unix/C/PHP/JAVA
0x2181
URL-encode
%E2%86%81
copied

Customize Roman Numeral Five Thousand Symbol

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

Insert ↁ Roman Numeral Five Thousand using HTML

1. Copy-paste Roman Numeral Five Thousand directly:
<span>ↁ</span>
2. HTML Decimal Code:
<span>&#8577;</span>
3. Hexadecimal Code:
<span>&#x2181;</span>
Preview:

Add Roman Numeral Five Thousand symbol with CSS

.roman-numeral-five-thousand::before {
    content: '\\2181';
}
Preview: Roman Numeral Five Thousand

Roman Numeral Five Thousand JavaScript Code

1. Direct Symbol:
document.querySelector('.roman-numeral-five-thousand').textContent = 'ↁ';
2. Unicode Escape for ↁ:
document.querySelector('.roman-numeral-five-thousand').textContent = '\u2181';
Preview: