| Nom du symbole | Low Double Prime Quotation Mark |
| Version Unicode | 1.1 |
| Unicode | U+301F |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole low double prime quotation mark sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Low Double Prime Quotation Mark dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\301F |
| Code hexadécimal | 0x301F |
| Code HTML | 〟 |
| LaTeX | \text{LOWDOUBLEPRIMEQUOTATIONMARK} |
| Symbole | 〟 |
| Encodage URL (pourcent UTF-8) | %E3%80%9F |
| Nom oral / lecteur d’écran | Low Double Prime Quotation Mark |