Twelve Pointed Black Star
✹
Shortcodes
Copy useful codes for twelve pointed black star symbol ✹ to use in websites, apps, blogs, and docs.
Unicode
U+2739 HTML Code
✹ HEX Code
✹ CSS Code
\2739 JS/JSON
\u2739 Unix/C/PHP/JAVA
0x2739 URL-encode
%E2%9C%B9 Customize Twelve Pointed Black Star
Customize ✹, download it as SVG or PNG, or copy the generated HTML snippet.
✹
How to use Twelve Pointed Black Star 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
.twelve-pointed-black-star::before {
content: '\\2739';
} Set it in JavaScript
document.querySelector('.twelve-pointed-black-star').textContent = '✹';