HTML Entity/Symbol┬(BOX DRAWINGS LIGHT DOWN AND HORIZONTAL )

Copy this symbol

BOX DRAWINGS LIGHT DOWN AND HORIZONTAL

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

┬
┬
U+0252C
\252c
┬

HTML Examples

Using HTML Code value in HTML file

<span> &#9516; </span>

Using HTML Entity value in HTML file

<span> &boxhd; </span>

CSS Example

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

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