Black Circle Symbol
A solid black circle used as a simple visual marker, bullet, or emphasis dot.
U+25CF
The ● symbol is the Black Circle, a solid filled circle. It’s commonly used to add clarity as a dot marker or to emphasize a point in text and UI.
Black Circle Symbol Meaning
The black circle (●) is a straightforward geometric mark. Most commonly, it works as a bullet-like point, a visual marker for steps, or a status indicator in interfaces. Designers also use it as an emphasis dot next to short labels, links, or key items. Because it’s a filled shape, it reads clearly at small sizes, making it useful in dense layouts like lists, forms, and captions. In plain text, it can replace “•” or “·” when you need a bolder, more noticeable dot. Its meaning is typically functional rather than symbolic.
Common uses
- •Bullets for short lists and quick points
- •Status and indicator dots in UI (e.g., active/inactive markers)
- •Emphasis dots next to headings, labels, or key terms
- •Decorative separators in captions, banners, or notes
- •Markers in plain-text guides, checklists, and instructions
Examples
● Black Circle (U+25CF) Symbol Copy
- ●● Download the latest version from the releases page.
- ●● Step 1: Confirm your settings.
- ●Status: ● Active
- ●Press ● to continue or Esc to cancel.
- ●Featured: ● Design tips and templates
Variations
Ready to copy
Technical codes
| Unicode | U+25CF | |
| HTML Entity | ● | |
| HTML Code | ● | |
| CSS | \25CF |
FAQ
What does the Black Circle symbol mean?
The black circle (●) is a straightforward geometric mark. Most commonly, it works as a bullet-like point, a visual marker for steps, or a status indicator in interfaces. Designers also use it as an emphasis dot next to short labels, links, or key items. Because it’s a filled shape, it reads clearly at small sizes, making it useful in dense layouts like lists, forms, and captions. In plain text, it can replace “•” or “·” when you need a bolder, more noticeable dot. Its meaning is typically functional rather than symbolic.
What is the Unicode code point for ● (Black Circle)?
It is U+25CF.
How do I type ● in HTML?
Use the HTML entity: ●
What CSS escape can I use for the Black Circle?
Use: \\25CF
Can I use ● in JavaScript strings?
Yes. You can use the JavaScript escape: \\u{25CF}.