| Nome del simbolo | Left Justified Right Half Black Circle |
| Versione Unicode | 16.0 |
| Unicode | U+1FBEB |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo left justified right half black circle sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Left Justified Right Half Black Circle nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\1FBEB |
| Codice esadecimale | 0x1FBEB |
| Codice HTML | 🯫 |
| LaTeX | \text{LEFTJUSTIFIEDRIGHTHALFBLACKCIRCLE} |
| Simbolo | |
| Codifica URL (percentuale UTF-8) | %F0%9F%AF%AB |
| Nome parlato / screen reader | Left Justified Right Half Black Circle |