| Nombre del símbolo | Reversed Semicolon |
| Versión Unicode | 3.2 |
| Unicode | U+204F |
| Bloque Unicode | |
| Categoría general | Other Punctuation (Po) |
| UTF-8 | E2 81 8F |
| UTF-16 | 204F |
| UTF-32 | 0000204F |
1\documentclass{article}2\usepackage{pifont}3\text{REVERSEDSEMICOLON}4\end{document}Puedes escribir el símbolo reversed semicolon en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8271 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "reversed semicolon", or use Unicode Hex Input with 204F.
Ctrl + Shift + U, type 204f, 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-semicolon::before { content: "\204F"; }1<span>⁏</span>La representación del símbolo Reversed Semicolon en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u204F' or String.fromCodePoint(8271) |
| Python | '\N{REVERSED SEMICOLON}' or chr(8271) |
| Rust | '\u{204F}' |
| C / C++ | UTF-8 source or wchar_t with U+204F |
| Go | string(rune(0x204F)) |
| Ruby | "\u{204F}" |
| Código CSS |
\204F |
| Código hexadecimal | 0x204F |
| Código HTML | ⁏ |
| LaTeX | \text{REVERSEDSEMICOLON} |
| Símbolo | ⁏ |
| Codificación URL (porcentaje UTF-8) | %E2%81%8F |
| Nombre oral / lector de pantalla | Reversed Semicolon |