| Symboolnaam | Black Circle With White Dot Right |
| Unicode-versie | 3.2 |
| Unicode | U+2688 |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het black circle with white dot right-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Black Circle With White Dot Right-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x2688 |
| HTML-code | ⚈ |
| LaTeX | \text{BLACKCIRCLEWITHWHITEDOTRIGHT} |
| Symbool | ⚈ |
| URL-codering (UTF-8 procent) | %E2%9A%88 |
| Uitgesproken naam / schermlezer | Black Circle With White Dot Right |