| Nome del simbolo | Black Leftwards Bullet |
| Versione Unicode | 3.0 |
| Unicode | U+204C |
| Blocco Unicode | |
| Categoria generale | Other Punctuation (Po) |
| UTF-8 | E2 81 8C |
| UTF-16 | 204C |
| UTF-32 | 0000204C |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKLEFTWARDSBULLET}4\end{document}Puoi digitare il simbolo black leftwards bullet sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8268 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black leftwards bullet", or use Unicode Hex Input with 204C.
Ctrl + Shift + U, type 204c, 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 list marker support.
1span.black-leftwards-bullet::before { content: "\204C"; }1<span>⁌</span>La rappresentazione del simbolo Black Leftwards Bullet nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u204C' or String.fromCodePoint(8268) |
| Python | '\N{BLACK LEFTWARDS BULLET}' or chr(8268) |
| Rust | '\u{204C}' |
| C / C++ | UTF-8 source or wchar_t with U+204C |
| Go | string(rune(0x204C)) |
| Ruby | "\u{204C}" |
| Codice CSS |
\204C |
| Codice esadecimale | 0x204C |
| Codice HTML | ⁌ |
| LaTeX | \text{BLACKLEFTWARDSBULLET} |
| Simbolo | ⁌ |
| Codifica URL (percentuale UTF-8) | %E2%81%8C |
| Nome parlato / screen reader | Black Leftwards Bullet |