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