Box Drawing 47

Unicode
U+252E
Category
Dingbats
HTML Entity
┮
CSS
\252E
The ┮ (Box Drawing Right Heavy and Left Down Light) symbol is a text-based graphical character used to create borders, tables, and structured layouts in terminal interfaces. Originating from legacy computing environments, it forms a downward-facing T-intersection where the right-extending line is thick, while the left and downward lines are thin. Today, it remains popular in ASCII art, command-line application design, and plain-text documentation.

How to Type

Windows
Alt+9518 or type 252E then Alt+X
macOS
Control+Command+Space then search "box drawing"
Linux
Ctrl+Shift+U then 252E
HTML
┮

In Programming

Commonly used in text-based user interfaces (TUIs) and terminal scripts to draw grid borders, tables, or directory trees. It is typically printed to the console using its Unicode escape sequence (\u252E) in languages like Python, C++, or Bash.

Tags

ASCII art CLI border TUI border box drawing dingbat down light top junction mixed weight T-junction monospace border right heavy left light t-junction table terminal UI text table top unicode U+252E

Related Symbols