Left Half Black Star

Unicode Name: LEFT HALF BLACK STAR

Shortcodes

Copy and paste codes for Left Half Black Star symbol ⯨ to use in your websites, apps, blogs, and more.

Unicode
U+2BE8
HTML Code
⯨
HEX Code
⯨
CSS Code
\2BE8
JS/JSON
\u2BE8
Unix/C/PHP/JAVA
0x2BE8
URL-encode
%E2%AF%A8
copied

Customize Left Half Black Star Symbol

Customize ⯨ symbol as you like and download Left Half 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 Left Half Black Star symbol in HTML, CSS, and JS?

Insert ⯨ Left Half Black Star using HTML

1. Copy-paste Left Half Black Star directly:
<span>⯨</span>
2. HTML Decimal Code:
<span>&#11240;</span>
3. Hexadecimal Code:
<span>&#x2BE8;</span>
Preview:

Add Left Half Black Star symbol with CSS

.left-half-black-star::before {
    content: '\\2BE8';
}
Preview: Left Half Black Star

Left Half Black Star JavaScript Code

1. Direct Symbol:
document.querySelector('.left-half-black-star').textContent = '⯨';
2. Unicode Escape for ⯨:
document.querySelector('.left-half-black-star').textContent = '\u2BE8';
Preview: