| Nome del simbolo | Reversed Semicolon |
| Versione Unicode | 3.2 |
| Unicode | U+204F |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo reversed semicolon sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Reversed Semicolon nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\204F |
| Codice esadecimale | 0x204F |
| Codice HTML | ⁏ |
| LaTeX | \text{REVERSEDSEMICOLON} |
| Simbolo | ⁏ |
| Codifica URL (percentuale UTF-8) | %E2%81%8F |
| Nome parlato / screen reader | Reversed Semicolon |