Right Half Black Circle
◗
Shortcodes
Copy useful codes for right half black circle symbol ◗ to use in websites, apps, blogs, and docs.
Unicode
U+25D7 HTML Code
◗ HEX Code
◗ CSS Code
\25D7 JS/JSON
\u25D7 Unix/C/PHP/JAVA
0x25D7 URL-encode
%E2%97%97 Customize Right Half Black Circle
Customize ◗, download it as SVG or PNG, or copy the generated HTML snippet.
◗
How to use Right Half Black Circle 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
.right-half-black-circle::before {
content: '\\25D7';
} Set it in JavaScript
document.querySelector('.right-half-black-circle').textContent = '◗';