HTML Entity/Symbol╙(BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE )

Copy this symbol

BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE

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

╙
╙
U+02559
\2559
╙

HTML Examples

Using HTML Code value in HTML file

<span> &#9561; </span>

Using HTML Entity value in HTML file

<span> &boxUr; </span>

CSS Example

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

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