Open Centre Black Star

Shortcodes

Copy and paste codes for Open Centre Black Star symbol ✫ to use in your websites, apps, blogs, and more.

Unicode
U+272B
HTML Code
✫
HEX Code
✫
CSS Code
\272B
JS/JSON
\u272B
Unix/C/PHP/JAVA
0x272B
URL-encode
%E2%9C%AB
copied

Customize Open Centre Black Star Symbol

Customize ✫ symbol as you like and download Open Centre Black Star as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Open Centre Black Star symbol in HTML, CSS, and JS?

Insert ✫ Open Centre Black Star using HTML

1. Copy-paste Open Centre Black Star directly:
<span>✫</span>
2. HTML Decimal Code:
<span>&#10027;</span>
3. Hexadecimal Code:
<span>&#x272B;</span>
Preview:

Add Open Centre Black Star symbol with CSS

.open-centre-black-star::before {
    content: '\\272B';
}
Preview: Open Centre Black Star

Open Centre Black Star JavaScript Code

1. Direct Symbol:
document.querySelector('.open-centre-black-star').textContent = '✫';
2. Unicode Escape for ✫:
document.querySelector('.open-centre-black-star').textContent = '\u272B';
Preview: