Teardrop Spoked Asterisk

Shortcodes

Copy useful codes for teardrop spoked asterisk symbol ✻ to use in websites, apps, blogs, and docs.

Unicode
U+273B
HTML Code
✻
HEX Code
✻
CSS Code
\273B
JS/JSON
\u273B
Unix/C/PHP/JAVA
0x273B
URL-encode
%E2%9C%BB

Customize Teardrop Spoked Asterisk

Customize ✻, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Teardrop Spoked Asterisk Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>✻</span>
HTML Code:
<span>&#10043;</span>
HEX Code:
<span>&#x273B;</span>

Add with CSS

.teardrop-spoked-asterisk::before {
  content: '\\273B';
}

Set it in JavaScript

document.querySelector('.teardrop-spoked-asterisk').textContent = '✻';
copied