| Symbol Name | Black Leftwards Bullet |
| Unicode Version | 3.0 |
| Unicode | U+204C |
| Unicode block | |
| General category | Other Punctuation (Po) |
| CSS Code |
| UTF-8 | E2 81 8C |
| UTF-16 | 204C |
| UTF-32 | 0000204C |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKLEFTWARDSBULLET}4\end{document}You can type the black leftwards bullet symbol on most modern devices with the help of following methods:
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>Black Leftwards Bullet symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\204C |
| Hex Code | 0x204C |
| HTML Code | ⁌ |
| LaTeX | \text{BLACKLEFTWARDSBULLET} |
| Symbol | ⁌ |
| URL encode (UTF-8 percent) | %E2%81%8C |
| Spoken / screen reader name | Black Leftwards Bullet |