Fullwidth Digit Six

Shortcodes

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

Unicode
U+FF16
HTML Code
6
HEX Code
6
CSS Code
\FF16
JS/JSON
\uFF16
Unix/C/PHP/JAVA
0xFF16
URL-encode
%EF%BC%96
copied

Customize Fullwidth Digit Six Symbol

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

Insert 6 Fullwidth Digit Six using HTML

1. Copy-paste Fullwidth Digit Six directly:
<span>6</span>
2. HTML Decimal Code:
<span>&#65302;</span>
3. Hexadecimal Code:
<span>&#xFF16;</span>
Preview:

Add Fullwidth Digit Six symbol with CSS

.fullwidth-digit-six::before {
    content: '\\FF16';
}
Preview: Fullwidth Digit Six

Fullwidth Digit Six JavaScript Code

1. Direct Symbol:
document.querySelector('.fullwidth-digit-six').textContent = '6';
2. Unicode Escape for 6:
document.querySelector('.fullwidth-digit-six').textContent = '\uFF16';
Preview: