free-symbols

Box Drawings Vertical Light And Right Heavy Symbol

┝ is a box-drawing junction that connects a light vertical line to a heavy right segment.

U+251D

The symbol ┝ (U+251D) is part of the Box Drawing set. It’s commonly used to build clear, grid-like interfaces in plain text. You can copy it into terminals, chat text, and code-friendly mockups.

Box Drawings Vertical Light And Right Heavy Symbol Meaning

┝ (Unicode U+251D, “BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY”) is a box drawing junction. It visually combines a vertical line that is light-weight with a right-side segment that is heavier, making the connection stand out. This is useful when you want to emphasize a boundary on the right while keeping the rest of the structure more subtle. In practice, ┝ helps users assemble table borders, panel frames, and other ASCII/Unicode diagrams where consistent line characters matter. Depending on the font, the exact perceived thickness may vary, but the junction shape and directional connection remain the same.

Common uses

  • Joining UI box borders in monospaced text layouts
  • Creating table/grid dividers with a heavier right boundary
  • Designing console-style panels and framed sections
  • Building simple flowchart or diagram junctions in text
  • Emphasizing a right-hand separator in ASCII art and banners

Examples

┝ Light Vertical and Right Heavy Box Drawings

  • │ ┝ │
  • +───┝───+
  • ┌─┬─┝─┐
  • Panel ┝ Divider
  • A┝B (right-heavy connector)

Variations

Ready to copy

Technical codes

UnicodeU+251D
HTML Entity┝
HTML Code┝
CSS\251D

FAQ

What does the Box Drawings Vertical Light And Right Heavy symbol mean?

┝ (Unicode U+251D, “BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY”) is a box drawing junction. It visually combines a vertical line that is light-weight with a right-side segment that is heavier, making the connection stand out. This is useful when you want to emphasize a boundary on the right while keeping the rest of the structure more subtle. In practice, ┝ helps users assemble table borders, panel frames, and other ASCII/Unicode diagrams where consistent line characters matter. Depending on the font, the exact perceived thickness may vary, but the junction shape and directional connection remain the same.

What Unicode character is ┝?

┝ is the Unicode character U+251D (BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY).

How can I copy ┝ into my project?

Copy the character directly as shown (┝). You can also use the HTML entity ┝ or the CSS escape \\251D.

Will it look the same in every font?

It should resemble a box-drawing junction in most monospaced fonts, but line thickness perception can vary slightly by font.

Where is ┝ typically used?

It’s commonly used to join vertical and right-side segments in text-based UI frames, tables, and ASCII/Unicode diagrams.