Eight Teardrop Spoked Propeller Asterisk

Shortcodes

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

Unicode
U+274A
HTML Code
❊
HEX Code
❊
CSS Code
\274A
JS/JSON
\u274A
Unix/C/PHP/JAVA
0x274A
URL-encode
%E2%9C%AA

Customize Eight Teardrop Spoked Propeller Asterisk

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

  

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

Insert in HTML

1. Direct symbol:
<span>❊</span>
HTML Code:
<span>&#10058;</span>
HEX Code:
<span>&#x274A;</span>

Add with CSS

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

Set it in JavaScript

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