| Nome del simbolo | Reversed Double Prime Quotation Mark |
| Versione Unicode | 1.1 |
| Unicode | U+301D |
| Blocco Unicode | |
| Categoria generale | Open Punctuation (Ps) |
| UTF-8 | E3 80 9D |
| UTF-16 | 301D |
| UTF-32 | 0000301D |
1\documentclass{article}2\usepackage{pifont}3\text{REVERSEDDOUBLEPRIMEQUOTATIONMARK}4\end{document}Puoi digitare il simbolo reversed double prime quotation mark sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 12317 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "reversed double prime quotation mark", or use Unicode Hex Input with 301D.
Ctrl + Shift + U, type 301d, 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 bracket and quote support.
1span.reversed-double-prime-quotation-mark::before { content: "\301D"; }1<span>〝</span>La rappresentazione del simbolo Reversed Double Prime Quotation Mark nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u301D' or String.fromCodePoint(12317) |
| Python | '\N{REVERSED DOUBLE PRIME QUOTATION MARK}' or chr(12317) |
| Rust | '\u{301D}' |
| C / C++ | UTF-8 source or wchar_t with U+301D |
| Go | string(rune(0x301D)) |
| Ruby | "\u{301D}" |
| Codice CSS |
\301D |
| Codice esadecimale | 0x301D |
| Codice HTML | 〝 |
| LaTeX | \text{REVERSEDDOUBLEPRIMEQUOTATIONMARK} |
| Simbolo | 〝 |
| Codifica URL (percentuale UTF-8) | %E3%80%9D |
| Nome parlato / screen reader | Reversed Double Prime Quotation Mark |