Open Centre Teardrop Spoked Asterisk

Shortcodes

Copy useful codes for open centre teardrop spoked asterisk symbol ✼ to use in websites, apps, blogs, and docs.

Unicode
U+273C
HTML Code
✼
HEX Code
✼
CSS Code
\273C
JS/JSON
\u273C
Unix/C/PHP/JAVA
0x273C
URL-encode
%E2%9C%BC

Customize Open Centre Teardrop Spoked Asterisk

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

  

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

Insert in HTML

1. Direct symbol:
<span>✼</span>
HTML Code:
<span>&#10044;</span>
HEX Code:
<span>&#x273C;</span>

Add with CSS

.open-centre-teardrop-spoked-asterisk::before {
  content: '\\273C';
}

Set it in JavaScript

document.querySelector('.open-centre-teardrop-spoked-asterisk').textContent = '✼';
copied