Heavy Teardrop-spoked Pinwheel Asterisk

Shortcodes

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

Unicode
U+2743
HTML Code
❃
HEX Code
❃
CSS Code
\2743
JS/JSON
\u2743
Unix/C/PHP/JAVA
0x2743
URL-encode
%E2%9D%83

Customize Heavy Teardrop-spoked Pinwheel Asterisk

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

  

How to use Heavy Teardrop-spoked Pinwheel Asterisk Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>❃</span>
HTML Code:
<span>&#10051;</span>
HEX Code:
<span>&#x2743;</span>

Add with CSS

.heavy-teardrop-spoked-pinwheel-asterisk::before {
  content: '\\2743';
}

Set it in JavaScript

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