Roman Numeral Eleven

Shortcodes

Copy and paste codes for Roman Numeral Eleven symbol Ⅺ to use in your websites, apps, blogs, and more.

Unicode
U+216A
HTML Code
Ⅺ
HEX Code
Ⅺ
CSS Code
\216A
JS/JSON
\u216A
Unix/C/PHP/JAVA
0x216A
URL-encode
%E2%85%AA
copied

Customize Roman Numeral Eleven Symbol

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

Insert Ⅺ Roman Numeral Eleven using HTML

1. Copy-paste Roman Numeral Eleven directly:
<span>Ⅺ</span>
2. HTML Decimal Code:
<span>&#8554;</span>
3. Hexadecimal Code:
<span>&#x216A;</span>
Preview:

Add Roman Numeral Eleven symbol with CSS

.roman-numeral-eleven::before {
    content: '\\216A';
}
Preview: Roman Numeral Eleven

Roman Numeral Eleven JavaScript Code

1. Direct Symbol:
document.querySelector('.roman-numeral-eleven').textContent = 'Ⅺ';
2. Unicode Escape for Ⅺ:
document.querySelector('.roman-numeral-eleven').textContent = '\u216A';
Preview: