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