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