Small Roman Numeral Eight
ⅷ
Shortcodes
Copy useful codes for small roman numeral eight symbol ⅷ to use in websites, apps, blogs, and docs.
Unicode
U+2177 HTML Code
ⅷ HEX Code
ⅷ CSS Code
\2177 JS/JSON
\u2177 Unix/C/PHP/JAVA
0x2177 URL-encode
%E2%85%B7 Customize Small Roman Numeral Eight
Customize ⅷ, download it as SVG or PNG, or copy the generated HTML snippet.
ⅷ
How to use Small Roman Numeral Eight Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ⅷ</span> HTML Code:
<span>ⅷ</span> HEX Code:
<span>ⅷ</span> Add with CSS
.small-roman-numeral-eight::before {
content: '\\2177';
} Set it in JavaScript
document.querySelector('.small-roman-numeral-eight').textContent = 'ⅷ';