Four Club-spoked Asterisk
✥
Shortcodes
Copy useful codes for four club-spoked asterisk symbol ✥ to use in websites, apps, blogs, and docs.
Unicode
U+2725 HTML Code
✥ HEX Code
✥ CSS Code
\2725 JS/JSON
\u2725 Unix/C/PHP/JAVA
0x2725 URL-encode
%E2%9C%A5 Customize Four Club-spoked Asterisk
Customize ✥, download it as SVG or PNG, or copy the generated HTML snippet.
✥
How to use Four Club-spoked Asterisk Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>✥</span> HTML Code:
<span>✥</span> HEX Code:
<span>✥</span> Add with CSS
.four-club-spoked-asterisk::before {
content: '\\2725';
} Set it in JavaScript
document.querySelector('.four-club-spoked-asterisk').textContent = '✥';