Fullwidth Digit Nine

Shortcodes

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

Unicode
U+FF19
HTML Code
9
HEX Code
9
CSS Code
\FF19
JS/JSON
\uFF19
Unix/C/PHP/JAVA
0xFF19
URL-encode
%EF%BC%99
copied

Customize Fullwidth Digit Nine Symbol

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

Insert 9 Fullwidth Digit Nine using HTML

1. Copy-paste Fullwidth Digit Nine directly:
<span>9</span>
2. HTML Decimal Code:
<span>&#65305;</span>
3. Hexadecimal Code:
<span>&#xFF19;</span>
Preview:

Add Fullwidth Digit Nine symbol with CSS

.fullwidth-digit-nine::before {
    content: '\\FF19';
}
Preview: Fullwidth Digit Nine

Fullwidth Digit Nine JavaScript Code

1. Direct Symbol:
document.querySelector('.fullwidth-digit-nine').textContent = '9';
2. Unicode Escape for 9:
document.querySelector('.fullwidth-digit-nine').textContent = '\uFF19';
Preview: