Left Half Black Circle

Shortcodes

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

Unicode
U+25D6
HTML Code
◖
HEX Code
◖
CSS Code
\25D6
JS/JSON
\u25D6
Unix/C/PHP/JAVA
0x25D6
URL-encode
%E2%97%96
copied

Customize Left Half Black Circle Symbol

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

Insert ◖ Left Half Black Circle using HTML

1. Copy-paste Left Half Black Circle directly:
<span>◖</span>
2. HTML Decimal Code:
<span>&#9686;</span>
3. Hexadecimal Code:
<span>&#x25D6;</span>
Preview:

Add Left Half Black Circle symbol with CSS

.left-half-black-circle::before {
    content: '\\25D6';
}
Preview: Left Half Black Circle

Left Half Black Circle JavaScript Code

1. Direct Symbol:
document.querySelector('.left-half-black-circle').textContent = '◖';
2. Unicode Escape for ◖:
document.querySelector('.left-half-black-circle').textContent = '\u25D6';
Preview: