Small Roman Numeral Twelve

Shortcodes

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

Unicode
U+217B
HTML Code
ⅻ
HEX Code
ⅻ
CSS Code
\217B
JS/JSON
\u217B
Unix/C/PHP/JAVA
0x217B
URL-encode
%E2%85%BB
copied

Customize Small Roman Numeral Twelve Symbol

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

Insert ⅻ Small Roman Numeral Twelve using HTML

1. Copy-paste Small Roman Numeral Twelve directly:
<span>ⅻ</span>
2. HTML Decimal Code:
<span>&#8571;</span>
3. Hexadecimal Code:
<span>&#x217B;</span>
Preview:

Add Small Roman Numeral Twelve symbol with CSS

.small-roman-numeral-twelve::before {
    content: '\\217B';
}
Preview: Small Roman Numeral Twelve

Small Roman Numeral Twelve JavaScript Code

1. Direct Symbol:
document.querySelector('.small-roman-numeral-twelve').textContent = 'ⅻ';
2. Unicode Escape for ⅻ:
document.querySelector('.small-roman-numeral-twelve').textContent = '\u217B';
Preview: