| Nome del simbolo | Reversed Pilcrow Sign |
| Versione Unicode | 3.0 |
| Unicode | U+204B |
| Blocco Unicode | |
| Categoria generale | Other Punctuation (Po) |
| UTF-8 | E2 81 8B |
| UTF-16 | 204B |
| UTF-32 | 0000204B |
1\documentclass{article}2\usepackage{pifont}3\text{REVERSEDPILCROWSIGN}4\end{document}Puoi digitare il simbolo reversed pilcrow sign sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8267 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "reversed pilcrow sign", or use Unicode Hex Input with 204B.
Ctrl + Shift + U, type 204b, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with punctuation support.
1span.reversed-pilcrow-sign::before { content: "\204B"; }1<span>⁋</span>La rappresentazione del simbolo Reversed Pilcrow Sign nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u204B' or String.fromCodePoint(8267) |
| Python | '\N{REVERSED PILCROW SIGN}' or chr(8267) |
| Rust | '\u{204B}' |
| C / C++ | UTF-8 source or wchar_t with U+204B |
| Go | string(rune(0x204B)) |
| Ruby | "\u{204B}" |
| Codice CSS |
\204B |
| Codice esadecimale | 0x204B |
| Codice HTML | ⁋ |
| LaTeX | \text{REVERSEDPILCROWSIGN} |
| Simbolo | ⁋ |
| Codifica URL (percentuale UTF-8) | %E2%81%8B |
| Nome parlato / screen reader | Reversed Pilcrow Sign |