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