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