| Symbol Name | Box Drawings Vertical Light And Horizontal Heavy |
| Unicode Version | 1.1 |
| Unicode | U+253F |
| Unicode block | |
| General category | Other Symbol (So) |
| UTF-8 | E2 94 BF |
| UTF-16 | 253F |
| UTF-32 | 0000253F |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSVERTICALLIGHTANDHORIZONTALHEAVY}4\end{document}You can type the box drawings vertical light and horizontal heavy symbol on most modern devices with the help of following methods:
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 symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\253F |
| Hex Code | 0x253F |
| HTML Code | ┿ |
| LaTeX | \text{BOXDRAWINGSVERTICALLIGHTANDHORIZONTALHEAVY} |
| Symbol | ┿ |
| URL encode (UTF-8 percent) | %E2%94%BF |
| Spoken / screen reader name | Box Drawings Vertical Light And Horizontal Heavy |