| Nome del simbolo | Black Rightwards Bullet |
| Versione Unicode | 3.0 |
| Unicode | U+204D |
| Blocco Unicode | |
| Categoria generale | Other Punctuation (Po) |
| UTF-8 | E2 81 8D |
| UTF-16 | 204D |
| UTF-32 | 0000204D |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKRIGHTWARDSBULLET}4\end{document}Puoi digitare il simbolo black rightwards bullet sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Black Rightwards Bullet nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\204D |
| Codice esadecimale | 0x204D |
| Codice HTML | ⁍ |
| LaTeX | \text{BLACKRIGHTWARDSBULLET} |
| Simbolo | ⁍ |
| Codifica URL (percentuale UTF-8) | %E2%81%8D |
| Nome parlato / screen reader | Black Rightwards Bullet |