WHITE CIRCLE vs BLACK CIRCLE
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
○
WHITE CIRCLE
U+25CB
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
●
BLACK CIRCLE
U+25CF
View details →
VS
Property Comparison
| Property | ○ U+25CB | ● U+25CF |
|---|---|---|
| Name | WHITE CIRCLE | BLACK CIRCLE |
| Block | Geometric Shapes | Geometric Shapes |
| Script | Zyyy | Zyyy |
| Category | Other Symbol (So) | Other Symbol (So) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | U+25CB | U+25CF |
|---|---|---|
| unicode | U+25CB | U+25CF |
| decimal | 9675 | 9679 |
| htmldecimal | ○ | ● |
| htmlhex | ○ | ● |
| css | \25CB | \25CF |
| javascript | \u{25CB} | \u{25CF} |
| python | \u25cb | \u25cf |
| java | \u25CB | \u25CF |
| go | \u25CB | \u25CF |
| ruby | \u{25CB} | \u{25CF} |
| rust | \u{25CB} | \u{25CF} |
| ccpp | \u25cb | \u25cf |
| urlencoded | %E2%97%8B | %E2%97%8F |
| utf8bytes | e2 97 8b | e2 97 8f |
| utf16bebytes | 25 cb | 25 cf |
| utf32bebytes | 00 00 25 cb | 00 00 25 cf |
How to Distinguish
Both WHITE CIRCLE and BLACK CIRCLE belong to the Geometric Shapes block and Zyyy script. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.