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