| Nombre del símbolo | Reversed Double Prime Quotation Mark |
| Versión Unicode | 1.1 |
| Unicode | U+301D |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo reversed double prime quotation mark en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Reversed Double Prime Quotation Mark en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\301D |
| Código hexadecimal | 0x301D |
| Código HTML | 〝 |
| LaTeX | \text{REVERSEDDOUBLEPRIMEQUOTATIONMARK} |
| Símbolo | 〝 |
| Codificación URL (porcentaje UTF-8) | %E3%80%9D |
| Nombre oral / lector de pantalla | Reversed Double Prime Quotation Mark |