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

Copy this symbol

BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE

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

╨
╨
U+02568
\2568
╨

HTML Examples

Using HTML Code value in HTML file

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