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

Copy this symbol

BOX DRAWINGS DOUBLE DOWN AND RIGHT

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

╔
╔
U+02554
\2554
╔

HTML Examples

Using HTML Code value in HTML file

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