Fullwidth Digit Eight

Shortcodes

Copy and paste codes for Fullwidth Digit Eight symbol 8 to use in your websites, apps, blogs, and more.

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
copied

Customize Fullwidth Digit Eight Symbol

Customize 8 symbol as you like and download Fullwidth Digit 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 Fullwidth Digit Eight symbol in HTML, CSS, and JS?

Insert 8 Fullwidth Digit Eight using HTML

1. Copy-paste Fullwidth Digit Eight directly:
<span>8</span>
2. HTML Decimal Code:
<span>&#65304;</span>
3. Hexadecimal Code:
<span>&#xFF18;</span>
Preview:

Add Fullwidth Digit Eight symbol with CSS

.fullwidth-digit-eight::before {
    content: '\\FF18';
}
Preview: Fullwidth Digit Eight

Fullwidth Digit Eight JavaScript Code

1. Direct Symbol:
document.querySelector('.fullwidth-digit-eight').textContent = '8';
2. Unicode Escape for 8:
document.querySelector('.fullwidth-digit-eight').textContent = '\uFF18';
Preview: