HTML Entity/Symbol└(BOX DRAWINGS LIGHT UP AND RIGHT )

Copy this symbol

BOX DRAWINGS LIGHT UP AND RIGHT

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

└
└
U+02514
\2514
└

HTML Examples

Using HTML Code value in HTML file

<span> &#9492; </span>

Using HTML Entity value in HTML file

<span> &boxur; </span>

CSS Example

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

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