Fullwidth Digit Seven

Shortcodes

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

Unicode
U+FF17
HTML Code
7
HEX Code
7
CSS Code
\FF17
JS/JSON
\uFF17
Unix/C/PHP/JAVA
0xFF17
URL-encode
%EF%BC%97
copied

Customize Fullwidth Digit Seven Symbol

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

Insert 7 Fullwidth Digit Seven using HTML

1. Copy-paste Fullwidth Digit Seven directly:
<span>7</span>
2. HTML Decimal Code:
<span>&#65303;</span>
3. Hexadecimal Code:
<span>&#xFF17;</span>
Preview:

Add Fullwidth Digit Seven symbol with CSS

.fullwidth-digit-seven::before {
    content: '\\FF17';
}
Preview: Fullwidth Digit Seven

Fullwidth Digit Seven JavaScript Code

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