Heavy Eight Teardrop Spoked Propeller Asterisk

Shortcodes

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

Unicode
U+274B
HTML Code
❋
HEX Code
❋
CSS Code
\274B
JS/JSON
\u274B
Unix/C/PHP/JAVA
0x274B
URL-encode
%E2%9C%B1

Customize Heavy Eight Teardrop Spoked Propeller Asterisk

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

  

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

Insert in HTML

1. Direct symbol:
<span>❋</span>
HTML Code:
<span>&#10059;</span>
HEX Code:
<span>&#x274B;</span>

Add with CSS

.heavy-eight-teardrop-spoked-propeller-asterisk::before {
  content: '\\274B';
}

Set it in JavaScript

document.querySelector('.heavy-eight-teardrop-spoked-propeller-asterisk').textContent = '❋';
copied