| 記号名 | Left Triangle Beside Vertical Bar |
| Unicodeバージョン | 3.2 |
| Unicode | U+29CF |
| Unicodeブロック | |
| 一般カテゴリ | Math Symbol (Sm) |
| CSSコード |
| UTF-8 | E2 A7 8F |
| UTF-16 | 29CF |
| UTF-32 | 000029CF |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTTRIANGLEBESIDEVERTICALBAR}4\end{document}以下の方法でほとんどの最新デバイスでleft triangle beside vertical bar記号を入力できます:
Alt + 10703 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left triangle beside vertical bar", or use Unicode Hex Input with 29CF.
Ctrl + Shift + U, type 29cf, 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.left-triangle-beside-vertical-bar::before { content: "\29CF"; }1<span>⧏</span>各プログラミング言語におけるLeft Triangle Beside Vertical Bar記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u29CF' or String.fromCodePoint(10703) |
| Python | '\N{LEFT TRIANGLE BESIDE VERTICAL BAR}' or chr(10703) |
| Rust | '\u{29CF}' |
| C / C++ | UTF-8 source or wchar_t with U+29CF |
| Go | string(rune(0x29CF)) |
| Ruby | "\u{29CF}" |
\29CF |
| 16進コード | 0x29CF |
| HTMLコード | ⧏ |
| LaTeX | \text{LEFTTRIANGLEBESIDEVERTICALBAR} |
| 記号 | ⧏ |
| URLエンコード(UTF-8パーセント) | %E2%A7%8F |
| 読み上げ名 / スクリーンリーダー | Left Triangle Beside Vertical Bar |