| Symbol Name | Black Rightwards Bullet |
| Unicode Version | 3.0 |
| Unicode | U+204D |
| Unicode block | |
| General category | Other Punctuation (Po) |
| CSS Code |
| UTF-8 | E2 81 8D |
| UTF-16 | 204D |
| UTF-32 | 0000204D |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKRIGHTWARDSBULLET}4\end{document}You can type the black rightwards bullet symbol on most modern devices with the help of following methods:
Alt + 8269 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black rightwards bullet", or use Unicode Hex Input with 204D.
Ctrl + Shift + U, type 204d, 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-rightwards-bullet::before { content: "\204D"; }1<span>⁍</span>Black Rightwards Bullet symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u204D' or String.fromCodePoint(8269) |
| Python | '\N{BLACK RIGHTWARDS BULLET}' or chr(8269) |
| Rust | '\u{204D}' |
| C / C++ | UTF-8 source or wchar_t with U+204D |
| Go | string(rune(0x204D)) |
| Ruby | "\u{204D}" |
\204D |
| Hex Code | 0x204D |
| HTML Code | ⁍ |
| LaTeX | \text{BLACKRIGHTWARDSBULLET} |
| Symbol | ⁍ |
| URL encode (UTF-8 percent) | %E2%81%8D |
| Spoken / screen reader name | Black Rightwards Bullet |