HTML Entity/Symbol─(BOX DRAWINGS LIGHT HORIZONTAL )

Copy this symbol

BOX DRAWINGS LIGHT HORIZONTAL

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

─
─
U+02500
\2500
─

HTML Examples

Using HTML Code value in HTML file

<span> &#9472; </span>

Using HTML Entity value in HTML file

<span> &boxh; </span>

CSS Example

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

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