Fullwidth Digit One

Shortcodes

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

Unicode
U+FF11
HTML Code
1
HEX Code
1
CSS Code
\FF11
JS/JSON
\uFF11
Unix/C/PHP/JAVA
0xFF11
URL-encode
%EF%BC%91
copied

Customize Fullwidth Digit One Symbol

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

Insert 1 Fullwidth Digit One using HTML

1. Copy-paste Fullwidth Digit One directly:
<span>1</span>
2. HTML Decimal Code:
<span>&#65297;</span>
3. Hexadecimal Code:
<span>&#xFF11;</span>
Preview:

Add Fullwidth Digit One symbol with CSS

.fullwidth-digit-one::before {
    content: '\\FF11';
}
Preview: Fullwidth Digit One

Fullwidth Digit One JavaScript Code

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