| Symbolname | Reversed Pilcrow Sign |
| Unicode-Version | 3.0 |
| Unicode | U+204B |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol reversed pilcrow sign auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Reversed Pilcrow Sign in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x204B |
| HTML-Code | ⁋ |
| LaTeX | \text{REVERSEDPILCROWSIGN} |
| Symbol | ⁋ |
| URL-Kodierung (UTF-8-Prozent) | %E2%81%8B |
| Ansagename (Screenreader) | Reversed Pilcrow Sign |