| 記号名 | Box Drawings Light Vertical And Right |
| Unicodeバージョン | 1.1 |
| Unicode | U+251C |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード |
| UTF-8 | E2 94 9C |
| UTF-16 | 251C |
| UTF-32 | 0000251C |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSLIGHTVERTICALANDRIGHT}4\end{document}以下の方法でほとんどの最新デバイスでbox drawings light vertical and right記号を入力できます:
Alt + 9500 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings light vertical and right", or use Unicode Hex Input with 251C.
Ctrl + Shift + U, type 251c, 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 box-drawing support.
1span.box-drawings-light-vertical-and-right::before { content: "\251C"; }1<span>├</span>各プログラミング言語におけるBox Drawings Light Vertical And Right記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u251C' or String.fromCodePoint(9500) |
| Python | '\N{BOX DRAWINGS LIGHT VERTICAL AND RIGHT}' or chr(9500) |
| Rust | '\u{251C}' |
| C / C++ | UTF-8 source or wchar_t with U+251C |
| Go | string(rune(0x251C)) |
| Ruby | "\u{251C}" |
\251C |
| 16進コード | 0x251C |
| HTMLコード | ├ |
| LaTeX | \text{BOXDRAWINGSLIGHTVERTICALANDRIGHT} |
| 記号 | ├ |
| URLエンコード(UTF-8パーセント) | %E2%94%9C |
| 読み上げ名 / スクリーンリーダー | Box Drawings Light Vertical And Right |