Heavy Teardrop Spoked Asterisk

Shortcodes

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

Unicode
U+273D
HTML Code
✽
HEX Code
✽
CSS Code
\273D
JS/JSON
\u273D
Unix/C/PHP/JAVA
0x273D
URL-encode
%E2%9C%BD

Customize Heavy Teardrop Spoked Asterisk

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

  

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

Insert in HTML

1. Direct symbol:
<span>✽</span>
HTML Code:
<span>&#10045;</span>
HEX Code:
<span>&#x273D;</span>

Add with CSS

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

Set it in JavaScript

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