| Symbolname | Low Double Prime Quotation Mark |
| Unicode-Version | 1.1 |
| Unicode | U+301F |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol low double prime quotation mark auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Low Double Prime Quotation Mark in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x301F |
| HTML-Code | 〟 |
| LaTeX | \text{LOWDOUBLEPRIMEQUOTATIONMARK} |
| Symbol | 〟 |
| URL-Kodierung (UTF-8-Prozent) | %E3%80%9F |
| Ansagename (Screenreader) | Low Double Prime Quotation Mark |