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