HTML Entity/Symbol┴(BOX DRAWINGS LIGHT UP AND HORIZONTAL )

Copy this symbol

BOX DRAWINGS LIGHT UP AND HORIZONTAL

Click on any of the following code values to copy to clipboard.

┴
┴
U+02534
\2534
┴

HTML Examples

Using HTML Code value in HTML file

<span> &#9524; </span>

Using HTML Entity value in HTML file

<span> &boxhu; </span>

CSS Example

Using CSS content code of the HTML entity &boxhu; to specify in a CSS file

span { 
    content: "\2534";
}
All HTML Symbols