HTML Entity/Symbol╧(BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE )

Copy this symbol

BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE

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

╧
╧
U+02567
\2567
╧

HTML Examples

Using HTML Code value in HTML file

<span> &#9575; </span>

Using HTML Entity value in HTML file

<span> &boxHu; </span>

CSS Example

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

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