| Symbol Name | Bottom Half Black Circle |
| Unicode Version | 7.0 |
| Unicode | U+2BCB |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \2BCB |
| Hex Code | 0x2BCB |
| HTML Code | ⯋ |
| LaTeX | \text{BOTTOMHALFBLACKCIRCLE} |
| Symbol | ⯋ |
| URL encode (UTF-8 percent) | %E2%AF%8B |
| Spoken / screen reader name | Bottom Half Black Circle |
| UTF-8 | E2 AF 8B |
| UTF-16 | 2BCB |
| UTF-32 | 00002BCB |
1\documentclass{article}2\usepackage{pifont}3\text{BOTTOMHALFBLACKCIRCLE}4\end{document}You can type the bottom half black circle symbol on most modern devices with the help of following methods:
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>Bottom Half Black Circle symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |