Fullwidth Number Sign
#
Shortcodes
Copy and paste codes for Fullwidth Number Sign symbol # to use in your websites, apps, blogs, and more.
Unicode
U+FF03
HTML Code
#
HEX Code
#
CSS Code
\FF03
JS/JSON
\uFF03
Unix/C/PHP/JAVA
0xFF03
URL-encode
%EF%BC%83
copied
Customize Fullwidth Number Sign Symbol
Customize # symbol as you like and download Fullwidth Number Sign 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 Number Sign symbol in HTML, CSS, and JS?
Insert # Fullwidth Number Sign using HTML
1. Copy-paste Fullwidth Number Sign directly:
<span>#</span>
2. HTML Decimal Code:
<span>#</span>
3. Hexadecimal Code:
<span>#</span>
Preview: #
Add Fullwidth Number Sign symbol with CSS
.fullwidth-number-sign::before {
content: '\\FF03';
}
Preview: Fullwidth Number Sign
Fullwidth Number Sign JavaScript Code
1. Direct Symbol:
document.querySelector('.fullwidth-number-sign').textContent = '#';
2. Unicode Escape for #:
document.querySelector('.fullwidth-number-sign').textContent = '\uFF03';
Preview: #