| Nome del simbolo | Reversed Triple Prime |
| Versione Unicode | 1.1 |
| Unicode | U+2037 |
| Blocco Unicode | |
| Categoria generale | Other Punctuation (Po) |
| UTF-8 | E2 80 B7 |
| UTF-16 | 2037 |
| UTF-32 | 00002037 |
1\documentclass{article}2\usepackage{pifont}3\text{REVERSEDTRIPLEPRIME}4\end{document}Puoi digitare il simbolo reversed triple prime sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8247 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "reversed triple prime", or use Unicode Hex Input with 2037.
Ctrl + Shift + U, type 2037, 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-triple-prime::before { content: "\2037"; }1<span>‷</span>La rappresentazione del simbolo Reversed Triple Prime nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2037' or String.fromCodePoint(8247) |
| Python | '\N{REVERSED TRIPLE PRIME}' or chr(8247) |
| Rust | '\u{2037}' |
| C / C++ | UTF-8 source or wchar_t with U+2037 |
| Go | string(rune(0x2037)) |
| Ruby | "\u{2037}" |
| Codice CSS |
\2037 |
| Codice esadecimale | 0x2037 |
| Codice HTML | ‷ |
| LaTeX | \text{REVERSEDTRIPLEPRIME} |
| Simbolo | ‷ |
| Codifica URL (percentuale UTF-8) | %E2%80%B7 |
| Nome parlato / screen reader | Reversed Triple Prime |