| Nombre del símbolo | Reversed Pilcrow Sign |
| Versión Unicode | 3.0 |
| Unicode | U+204B |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo reversed pilcrow sign en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Reversed Pilcrow Sign en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\204B |
| Código hexadecimal | 0x204B |
| Código HTML | ⁋ |
| LaTeX | \text{REVERSEDPILCROWSIGN} |
| Símbolo | ⁋ |
| Codificación URL (porcentaje UTF-8) | %E2%81%8B |
| Nombre oral / lector de pantalla | Reversed Pilcrow Sign |