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

Copy this symbol

BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE

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

╥
╥
U+02565
\2565
╥

HTML Examples

Using HTML Code value in HTML file

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