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

Copy this symbol

BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE

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

╘
╘
U+02558
\2558
╘

HTML Examples

Using HTML Code value in HTML file

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