Heavy Four Balloon-spoked Asterisk

Shortcodes

Copy useful codes for heavy four balloon-spoked asterisk symbol ✤ to use in websites, apps, blogs, and docs.

Unicode
U+2724
HTML Code
✤
HEX Code
✤
CSS Code
\2724
JS/JSON
\u2724
Unix/C/PHP/JAVA
0x2724
URL-encode
%E2%9C%A4

Customize Heavy Four Balloon-spoked Asterisk

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

  

How to use Heavy Four Balloon-spoked Asterisk Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>✤</span>
HTML Code:
<span>&#10020;</span>
HEX Code:
<span>&#x2724;</span>

Add with CSS

.heavy-four-balloon-spoked-asterisk::before {
  content: '\\2724';
}

Set it in JavaScript

document.querySelector('.heavy-four-balloon-spoked-asterisk').textContent = '✤';
copied