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