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