Subscript Eight
₈
Shortcodes
Copy useful codes for subscript eight symbol ₈ to use in websites, apps, blogs, and docs.
Unicode
U+2088 HTML Code
₈ HEX Code
₈ CSS Code
\2088 JS/JSON
\u2088 Unix/C/PHP/JAVA
0x2088 URL-encode
%E2%82%88 Customize Subscript Eight
Customize ₈, download it as SVG or PNG, or copy the generated HTML snippet.
₈
How to use Subscript 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
.subscript-eight::before {
content: '\\2088';
} Set it in JavaScript
document.querySelector('.subscript-eight').textContent = '₈';