HTML Entity/Symbol╓(BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE )

Copy this symbol

BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE

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

╓
╓
U+02553
\2553
╓

HTML Examples

Using HTML Code value in HTML file

<span> &#9555; </span>

Using HTML Entity value in HTML file

<span> &boxDr; </span>

CSS Example

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

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