Combining Asterisk Above
⃰
Shortcodes
Copy useful codes for combining asterisk above symbol ⃰ to use in websites, apps, blogs, and docs.
Unicode
U+20F0 HTML Code
⃰ HEX Code
⃰ CSS Code
\20F0 JS/JSON
\u20F0 Unix/C/PHP/JAVA
0x20F0 URL-encode
%E2%83%B0 Customize Combining Asterisk Above
Customize ⃰, download it as SVG or PNG, or copy the generated HTML snippet.
⃰
How to use Combining Asterisk Above 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
.combining-asterisk-above::before {
content: '\\20F0';
} Set it in JavaScript
document.querySelector('.combining-asterisk-above').textContent = '⃰';