| Symbol Name | Box Drawings Light Vertical And Horizontal |
| Unicode Version | 1.1 |
| Unicode | U+253C |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 94 BC |
| UTF-16 | 253C |
| UTF-32 | 0000253C |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSLIGHTVERTICALANDHORIZONTAL}4\end{document}You can type the box drawings light vertical and horizontal symbol on most modern devices with the help of following methods:
Alt + 9532 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings light vertical and horizontal", or use Unicode Hex Input with 253C.
Ctrl + Shift + U, type 253c, 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-horizontal::before { content: "\253C"; }1<span>┼</span>Box Drawings Light Vertical And Horizontal symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u253C' or String.fromCodePoint(9532) |
| Python | '\N{BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL}' or chr(9532) |
| Rust | '\u{253C}' |
| C / C++ | UTF-8 source or wchar_t with U+253C |
| Go | string(rune(0x253C)) |
| Ruby | "\u{253C}" |
\253C |
| Hex Code | 0x253C |
| HTML Code | ┼ |
| LaTeX | \text{BOXDRAWINGSLIGHTVERTICALANDHORIZONTAL} |
| Symbol | ┼ |
| URL encode (UTF-8 percent) | %E2%94%BC |
| Spoken / screen reader name | Box Drawings Light Vertical And Horizontal |