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