Heavy Teardrop-spoked Pinwheel Asterisk

Shortcodes

Copy and paste codes for Heavy Teardrop-spoked Pinwheel Asterisk symbol ❃ to use in your websites, apps, blogs, and more.

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

Customize Heavy Teardrop-spoked Pinwheel Asterisk Symbol

Customize ❃ symbol as you like and download Heavy Teardrop-spoked Pinwheel Asterisk as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Heavy Teardrop-spoked Pinwheel Asterisk symbol in HTML, CSS, and JS?

Insert ❃ Heavy Teardrop-spoked Pinwheel Asterisk using HTML

1. Copy-paste Heavy Teardrop-spoked Pinwheel Asterisk directly:
<span>❃</span>
2. HTML Decimal Code:
<span>&#10051;</span>
3. Hexadecimal Code:
<span>&#x2743;</span>
Preview:

Add Heavy Teardrop-spoked Pinwheel Asterisk symbol with CSS

.heavy-teardrop-spoked-pinwheel-asterisk::before {
    content: '\\2743';
}
Preview: Heavy Teardrop-spoked Pinwheel Asterisk

Heavy Teardrop-spoked Pinwheel Asterisk JavaScript Code

1. Direct Symbol:
document.querySelector('.heavy-teardrop-spoked-pinwheel-asterisk').textContent = '❃';
2. Unicode Escape for ❃:
document.querySelector('.heavy-teardrop-spoked-pinwheel-asterisk').textContent = '\u2743';
Preview: