| Nome del simbolo | Left Half Black Star |
| Versione Unicode | 11.0 |
| Unicode | U+2BE8 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 AF A8 |
| UTF-16 | 2BE8 |
| UTF-32 | 00002BE8 |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTHALFBLACKSTAR}4\end{document}Puoi digitare il simbolo left half black star sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 11240 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left half black star", or use Unicode Hex Input with 2BE8.
Ctrl + Shift + U, type 2be8, 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 star and asterisk support.
1span.left-half-black-star::before { content: "\2BE8"; }1<span>⯨</span>La rappresentazione del simbolo Left Half Black Star nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2BE8' or String.fromCodePoint(11240) |
| Python | '\N{LEFT HALF BLACK STAR}' or chr(11240) |
| Rust | '\u{2BE8}' |
| C / C++ | UTF-8 source or wchar_t with U+2BE8 |
| Go | string(rune(0x2BE8)) |
| Ruby | "\u{2BE8}" |
| Codice CSS |
\2BE8 |
| Codice esadecimale | 0x2BE8 |
| Codice HTML | ⯨ |
| LaTeX | \text{LEFTHALFBLACKSTAR} |
| Simbolo | ⯨ |
| Codifica URL (percentuale UTF-8) | %E2%AF%A8 |
| Nome parlato / screen reader | Left Half Black Star |