| Nom du symbole | Black Leftwards Bullet |
| Version Unicode | 3.0 |
| Unicode | U+204C |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole black leftwards bullet sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Black Leftwards Bullet dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\204C |
| Code hexadécimal | 0x204C |
| Code HTML | ⁌ |
| LaTeX | \text{BLACKLEFTWARDSBULLET} |
| Symbole | ⁌ |
| Encodage URL (pourcent UTF-8) | %E2%81%8C |
| Nom oral / lecteur d’écran | Black Leftwards Bullet |