| Symbol Name | Black Circle |
| Unicode Version | 0.6 |
| Unicode | U+26AB |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \26AB |
| Hex Code | 0x26AB |
| HTML Code | ⚫ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ⚫ |
| URL encode (UTF-8 percent) | %E2%9A%AB |
| Discord / Slack shortcode | :black_circle: |
| GitHub shortcode | :black_circle: |
| Spoken / screen reader name | Black Circle |
| UTF-8 | E2 9A AB |
| UTF-16 | 26AB |
| UTF-32 | 000026AB |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the black circle symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "black circle".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "black circle".
Emoji keyboard → Symbols; search "black circle".
1span.black-circle-emoji::before { content: "\26AB"; } /* prefer inline grapheme for ZWJ */1<span>⚫</span>Black Circle symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u26AB' or String.fromCodePoint(9899) |
| Python | '\N{BLACK CIRCLE}' |
| Rust | '\u{26AB}' |
| Swift | "\u{26AB}" |
| Go | string(rune(0x26AB)) |
| Ruby | "\u{26AB}" |