HTML Entity/Symbol╗(BOX DRAWINGS DOUBLE DOWN AND LEFT )

Copy this symbol

BOX DRAWINGS DOUBLE DOWN AND LEFT

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

╗
╗
U+02557
\2557
╗

HTML Examples

Using HTML Code value in HTML file

<span> &#9559; </span>

Using HTML Entity value in HTML file

<span> &boxDL; </span>

CSS Example

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

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