HTML Entity/Symbol┌(BOX DRAWINGS LIGHT DOWN AND RIGHT )

Copy this symbol

BOX DRAWINGS LIGHT DOWN AND RIGHT

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

┌
┌
U+0250C
\250c
┌

HTML Examples

Using HTML Code value in HTML file

<span> &#9484; </span>

Using HTML Entity value in HTML file

<span> &boxdr; </span>

CSS Example

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

span { 
    content: "\250c";
}
All HTML Symbols