Small Roman Numeral Eleven

Shortcodes

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

Unicode
U+217A
HTML Code
ⅺ
HEX Code
ⅺ
CSS Code
\217A
JS/JSON
\u217A
Unix/C/PHP/JAVA
0x217A
URL-encode
%E2%85%BA
copied

Customize Small Roman Numeral Eleven Symbol

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

Insert ⅺ Small Roman Numeral Eleven using HTML

1. Copy-paste Small Roman Numeral Eleven directly:
<span>ⅺ</span>
2. HTML Decimal Code:
<span>&#8570;</span>
3. Hexadecimal Code:
<span>&#x217A;</span>
Preview:

Add Small Roman Numeral Eleven symbol with CSS

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

Small Roman Numeral Eleven JavaScript Code

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