Black Centre White Star

Shortcodes

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

Unicode
U+272C
HTML Code
✬
HEX Code
✬
CSS Code
\272C
JS/JSON
\u272C
Unix/C/PHP/JAVA
0x272C
URL-encode
%E2%9C%AC
copied

Customize Black Centre White Star Symbol

Customize ✬ symbol as you like and download Black Centre White 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 Black Centre White Star symbol in HTML, CSS, and JS?

Insert ✬ Black Centre White Star using HTML

1. Copy-paste Black Centre White Star directly:
<span>✬</span>
2. HTML Decimal Code:
<span>&#10028;</span>
3. Hexadecimal Code:
<span>&#x272C;</span>
Preview:

Add Black Centre White Star symbol with CSS

.black-centre-white-star::before {
    content: '\\272C';
}
Preview: Black Centre White Star

Black Centre White Star JavaScript Code

1. Direct Symbol:
document.querySelector('.black-centre-white-star').textContent = '✬';
2. Unicode Escape for ✬:
document.querySelector('.black-centre-white-star').textContent = '\u272C';
Preview: