| Symbol Name | Black Circle With White Dot Right |
| Unicode Version | 3.2 |
| Unicode | U+2688 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 9A 88 |
| UTF-16 | 2688 |
| UTF-32 | 00002688 |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKCIRCLEWITHWHITEDOTRIGHT}4\end{document}You can type the black circle with white dot right symbol on most modern devices with the help of following methods:
Alt + 9864 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black circle with white dot right", or use Unicode Hex Input with 2688.
Ctrl + Shift + U, type 2688, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with geometric symbol support.
1span.black-circle-with-white-dot-right::before { content: "\2688"; }1<span>⚈</span>Black Circle With White Dot Right symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2688' or String.fromCodePoint(9864) |
| Python | '\N{BLACK CIRCLE WITH WHITE DOT RIGHT}' or chr(9864) |
| Rust | '\u{2688}' |
| C / C++ | UTF-8 source or wchar_t with U+2688 |
| Go | string(rune(0x2688)) |
| Ruby | "\u{2688}" |
\2688 |
| Hex Code | 0x2688 |
| HTML Code | ⚈ |
| LaTeX | \text{BLACKCIRCLEWITHWHITEDOTRIGHT} |
| Symbol | ⚈ |
| URL encode (UTF-8 percent) | %E2%9A%88 |
| Spoken / screen reader name | Black Circle With White Dot Right |