HTML Entity/Symbol╛(BOX DRAWINGS UP SINGLE AND LEFT DOUBLE )

Copy this symbol

BOX DRAWINGS UP SINGLE AND LEFT DOUBLE

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

╛
╛
U+0255B
\255b
╛

HTML Examples

Using HTML Code value in HTML file

<span> &#9563; </span>

Using HTML Entity value in HTML file

<span> &boxuL; </span>

CSS Example

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

span { 
    content: "\255b";
}
All HTML Symbols