HTML Entity/Symbol═(BOX DRAWINGS DOUBLE HORIZONTAL )

Copy this symbol

BOX DRAWINGS DOUBLE HORIZONTAL

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

═
═
U+02550
\2550
═

HTML Examples

Using HTML Code value in HTML file

<span> &#9552; </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: "\2550";
}
All HTML Symbols