Fullwidth Digit Eight
8
Shortcodes
Copy useful codes for fullwidth digit eight symbol 8 to use in websites, apps, blogs, and docs.
Unicode
U+FF18 HTML Code
8 HEX Code
8 CSS Code
\FF18 JS/JSON
\uFF18 Unix/C/PHP/JAVA
0xFF18 URL-encode
%EF%BC%98 Customize Fullwidth Digit Eight
Customize 8, download it as SVG or PNG, or copy the generated HTML snippet.
8
How to use Fullwidth Digit Eight Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>8</span> HTML Code:
<span>8</span> HEX Code:
<span>8</span> Add with CSS
.fullwidth-digit-eight::before {
content: '\\FF18';
} Set it in JavaScript
document.querySelector('.fullwidth-digit-eight').textContent = '8';