| Symbolname | Black Circle With Two White Dots |
| Unicode-Version | 3.2 |
| Unicode | U+2689 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| UTF-8 | E2 9A 89 |
| UTF-16 | 2689 |
| UTF-32 | 00002689 |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKCIRCLEWITHTWOWHITEDOTS}4\end{document}Sie können das Symbol black circle with two white dots auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 9865 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black circle with two white dots", or use Unicode Hex Input with 2689.
Ctrl + Shift + U, type 2689, 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-two-white-dots::before { content: "\2689"; }1<span>⚉</span>Die Darstellung des Symbols Black Circle With Two White Dots in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2689' or String.fromCodePoint(9865) |
| Python | '\N{BLACK CIRCLE WITH TWO WHITE DOTS}' or chr(9865) |
| Rust | '\u{2689}' |
| C / C++ | UTF-8 source or wchar_t with U+2689 |
| Go | string(rune(0x2689)) |
| Ruby | "\u{2689}" |
| CSS-Code |
\2689 |
| Hexadezimalcode | 0x2689 |
| HTML-Code | ⚉ |
| LaTeX | \text{BLACKCIRCLEWITHTWOWHITEDOTS} |
| Symbol | ⚉ |
| URL-Kodierung (UTF-8-Prozent) | %E2%9A%89 |
| Ansagename (Screenreader) | Black Circle With Two White Dots |