| Symboolnaam | Left Half Black Circle |
| Unicode-versie | 1.1 |
| Unicode | U+25D6 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \25D6 |
| Hexadecimale code | 0x25D6 |
| HTML-code | ◖ |
| LaTeX | \text{LEFTHALFBLACKCIRCLE} |
| Symbool | ◖ |
| URL-codering (UTF-8 procent) | %E2%97%96 |
| Uitgesproken naam / schermlezer | Left Half Black Circle |
| UTF-8 | E2 97 96 |
| UTF-16 | 25D6 |
| UTF-32 | 000025D6 |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTHALFBLACKCIRCLE}4\end{document}Je kunt het left half black circle-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9686 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left half black circle", or use Unicode Hex Input with 25D6.
Ctrl + Shift + U, type 25d6, 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.left-half-black-circle::before { content: "\25D6"; }1<span>◖</span>De weergave van het Left Half Black Circle-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u25D6' or String.fromCodePoint(9686) |
| Python | '\N{LEFT HALF BLACK CIRCLE}' or chr(9686) |
| Rust | '\u{25D6}' |
| C / C++ | UTF-8 source or wchar_t with U+25D6 |
| Go | string(rune(0x25D6)) |
| Ruby | "\u{25D6}" |