HTML Entity/Symbol├(BOX DRAWINGS LIGHT VERTICAL AND RIGHT )

Copy this symbol

BOX DRAWINGS LIGHT VERTICAL AND RIGHT

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

├
├
U+0251C
\251c
├

HTML Examples

Using HTML Code value in HTML file

<span> &#9500; </span>

Using HTML Entity value in HTML file

<span> &boxvr; </span>

CSS Example

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

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