HTML Entity/Symbol┘(BOX DRAWINGS LIGHT UP AND LEFT )

Copy this symbol

BOX DRAWINGS LIGHT UP AND LEFT

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

┘
┘
U+02518
\2518
┘

HTML Examples

Using HTML Code value in HTML file

<span> &#9496; </span>

Using HTML Entity value in HTML file

<span> &boxul; </span>

CSS Example

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

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