HTML Entity/Symbol╦(BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL )

Copy this symbol

BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL

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

╦
╦
U+02566
\2566
╦

HTML Examples

Using HTML Code value in HTML file

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