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

Copy this symbol

BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE

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

╖
╖
U+02556
\2556
╖

HTML Examples

Using HTML Code value in HTML file

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