Fullwidth Digit Seven
7
Shortcodes
Copy useful codes for fullwidth digit seven symbol 7 to use in websites, apps, blogs, and docs.
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 Customize Fullwidth Digit Seven
Customize 7, download it as SVG or PNG, or copy the generated HTML snippet.
7
How to use Fullwidth Digit Seven Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>7</span> HTML Code:
<span>7</span> HEX Code:
<span>7</span> Add with CSS
.fullwidth-digit-seven::before {
content: '\\FF17';
} Set it in JavaScript
document.querySelector('.fullwidth-digit-seven').textContent = '7';