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