| 記号名 | Presentation Form For Vertical Two Dot Leader |
| Unicodeバージョン | 1.1 |
| Unicode | U+FE30 |
| Unicodeブロック | |
| 一般カテゴリ | Other Punctuation (Po) |
| CSSコード |
| UTF-8 | EF B8 B0 |
| UTF-16 | FE30 |
| UTF-32 | 0000FE30 |
1\documentclass{article}2\usepackage{pifont}3\text{PRESENTATIONFORMFORVERTICALTWODOTLEADER}4\end{document}以下の方法でほとんどの最新デバイスでpresentation form for vertical two dot leader記号を入力できます:
Alt + 65072 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "presentation form for vertical two dot leader", or use Unicode Hex Input with FE30.
Ctrl + Shift + U, type fe30, 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 geometric symbol support.
1span.presentation-form-for-vertical-two-dot-leader::before { content: "\FE30"; }1<span>︰</span>各プログラミング言語におけるPresentation Form For Vertical Two Dot Leader記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uFE30' or String.fromCodePoint(65072) |
| Python | '\N{PRESENTATION FORM FOR VERTICAL TWO DOT LEADER}' or chr(65072) |
| Rust | '\u{FE30}' |
| C / C++ | UTF-8 source or wchar_t with U+FE30 |
| Go | string(rune(0xFE30)) |
| Ruby | "\u{FE30}" |
\FE30 |
| 16進コード | 0xFE30 |
| HTMLコード | ︰ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALTWODOTLEADER} |
| 記号 | ︰ |
| URLエンコード(UTF-8パーセント) | %EF%B8%B0 |
| 読み上げ名 / スクリーンリーダー | Presentation Form For Vertical Two Dot Leader |