Small Roman Numeral Eight

Shortcodes

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

Unicode
U+2177
HTML Code
ⅷ
HEX Code
ⅷ
CSS Code
\2177
JS/JSON
\u2177
Unix/C/PHP/JAVA
0x2177
URL-encode
%E2%85%B7
copied

Customize Small Roman Numeral Eight Symbol

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

Insert ⅷ Small Roman Numeral Eight using HTML

1. Copy-paste Small Roman Numeral Eight directly:
<span>ⅷ</span>
2. HTML Decimal Code:
<span>&#8567;</span>
3. Hexadecimal Code:
<span>&#x2177;</span>
Preview:

Add Small Roman Numeral Eight symbol with CSS

.small-roman-numeral-eight::before {
    content: '\\2177';
}
Preview: Small Roman Numeral Eight

Small Roman Numeral Eight JavaScript Code

1. Direct Symbol:
document.querySelector('.small-roman-numeral-eight').textContent = 'ⅷ';
2. Unicode Escape for ⅷ:
document.querySelector('.small-roman-numeral-eight').textContent = '\u2177';
Preview: