Black Circle Symbol (●)

Copy and paste the black circle symbol ● — click the button or any variant below

Black Circle Symbol Copy and Paste

Click any symbol below to copy it to your clipboard instantly.

Black Circle Copied!
Unicode Character
Unicode Hex
U+25CF
HTML Entity
Decimal Code
9679

About the Black Circle Symbol

Last reviewed on August 3, 2026

The Black Circle symbol (●) is one of the geometric shapes characters in the AllSymbols catalog. It comes from the Unicode Geometric Shapes block (U+25A0–U+25FF), which collects the squares, circles, triangles, diamonds, and bullseyes used as bullets, status dots, and pieces in chess and game notation.

Where this character is used

Geometric shapes work as bullets, as status dots, and as direction indicators (the four cardinal triangles double as play/pause/forward/back controls in many UIs). Within one document, pick a single weight (small or large, solid or outline) and stick with it; mixing weights makes a list look noisy.

Code references

In Unicode, Black Circle sits at code point U+25CF. Web pages reference it with the HTML numeric entity ●; CSS rules reference it as a quoted hex escape (the four-digit code prefixed with a backslash); in JavaScript and most modern source-code contexts you can either paste the literal character or use a Unicode escape with the same hex digits.

Rendering and font support

If a shape carries meaning by color — for example, a red square for “danger” — pair it with a text label. Color and shape alone do not communicate to assistive technology, and the Unicode name (“BLACK SQUARE”) doesn’t carry your intended meaning.

Related characters

If Black Circle isn’t quite what you need, the Geometric Shapes page lists every related character on the site — including White Circle and White Diamond. The related-symbols grid below also surfaces the closest sibling characters.

How to Type the Black Circle on a Keyboard

Windows: Type 25CF then press Alt+X in Word; in other apps, copy ● from this page and paste it
Mac: Press Ctrl+Cmd+Space to open the Character Viewer, then search for the symbol by name
Microsoft Word: Type 25CF then press Alt+X to convert it into ●
HTML: Use the entity ●
Phone & tablet: Copying ● from this page is fastest — see our mobile typing guide for keyboard tricks

Black Circle Symbol Code for HTML, CSS & JavaScript

HTML: ●
CSS: content: '\\25CF';
JavaScript: '\\u25CF'
Unicode: U+25CF

Frequently Asked Questions

How do I type the black circle symbol ● on Windows?

Type 25CF then press Alt+X in Word; in other apps, copy ● from this page and paste it. You can also copy ● straight from this page — it pastes into any app.

How do I type ● on a Mac?

Press Ctrl+Cmd+Space to open the Character Viewer, then search for the symbol by name.

What is the Unicode and HTML code for the black circle symbol?

The black circle symbol is Unicode code point U+25CF. In HTML, use ● or the numeric reference ●.