| Symbol Name | Reversed Double Prime Quotation Mark |
| Unicode Version | 1.1 |
| Unicode | U+301D |
| Unicode block | |
| General category | 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}You can type the reversed double prime quotation mark symbol on most modern devices with the help of following methods:
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>Reversed Double Prime Quotation Mark symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\301D |
| Hex Code | 0x301D |
| HTML Code | 〝 |
| LaTeX | \text{REVERSEDDOUBLEPRIMEQUOTATIONMARK} |
| Symbol | 〝 |
| URL encode (UTF-8 percent) | %E3%80%9D |
| Spoken / screen reader name | Reversed Double Prime Quotation Mark |