| Symboolnaam | Left Justified Right Half Black Circle |
| Unicode-versie | 16.0 |
| Unicode | U+1FBEB |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| UTF-8 | F0 9F AF AB |
| UTF-16 | D83E DFEB |
| UTF-32 | 0001FBEB |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTJUSTIFIEDRIGHTHALFBLACKCIRCLE}4\end{document}Je kunt het left justified right half black circle-symbool op de meeste moderne apparaten typen met de volgende methoden:
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "left justified right half black circle", or use Unicode Hex Input with 1FBEB.
Ctrl + Shift + U, type 1fbeb, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with legacy computing symbol support.
1span.left-justified-right-half-black-circle::before { content: "\1FBEB"; }1<span>🯫</span>De weergave van het Left Justified Right Half Black Circle-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDFEB' or String.fromCodePoint(0x1FBEB) |
| Python | '\N{LEFT JUSTIFIED RIGHT HALF BLACK CIRCLE}' or chr(130027) |
| Rust | '\u{1FBEB}' |
| C / C++ | UTF-8 source or wchar_t with U+1FBEB |
| Go | string(rune(0x1FBEB)) |
| Ruby | "\u{1FBEB}" |
| CSS-code |
\1FBEB |
| Hexadecimale code | 0x1FBEB |
| HTML-code | 🯫 |
| LaTeX | \text{LEFTJUSTIFIEDRIGHTHALFBLACKCIRCLE} |
| Symbool | |
| URL-codering (UTF-8 procent) | %F0%9F%AF%AB |
| Uitgesproken naam / schermlezer | Left Justified Right Half Black Circle |