| 記号名 | Low Double Prime Quotation Mark |
| Unicodeバージョン | 1.1 |
| Unicode | U+301F |
| Unicodeブロック | |
| 一般カテゴリ | Close Punctuation (Pe) |
| CSSコード |
| UTF-8 | E3 80 9F |
| UTF-16 | 301F |
| UTF-32 | 0000301F |
1\documentclass{article}2\usepackage{pifont}3\text{LOWDOUBLEPRIMEQUOTATIONMARK}4\end{document}以下の方法でほとんどの最新デバイスでlow double prime quotation mark記号を入力できます:
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記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |
\301F |
| 16進コード | 0x301F |
| HTMLコード | 〟 |
| LaTeX | \text{LOWDOUBLEPRIMEQUOTATIONMARK} |
| 記号 | 〟 |
| URLエンコード(UTF-8パーセント) | %E3%80%9F |
| 読み上げ名 / スクリーンリーダー | Low Double Prime Quotation Mark |