Fullwidth Asterisk
*
Shortcodes
Copy useful codes for fullwidth asterisk symbol * to use in websites, apps, blogs, and docs.
Unicode
U+FF0A HTML Code
* HEX Code
* CSS Code
\FF0A JS/JSON
\uFF0A Unix/C/PHP/JAVA
0xFF0A URL-encode
%EF%BC%8A Customize Fullwidth Asterisk
Customize *, download it as SVG or PNG, or copy the generated HTML snippet.
*
How to use Fullwidth Asterisk Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>*</span> HTML Code:
<span>*</span> HEX Code:
<span>*</span> Add with CSS
.fullwidth-asterisk::before {
content: '\\FF0A';
} Set it in JavaScript
document.querySelector('.fullwidth-asterisk').textContent = '*';