HTML Entity/Symbol⦎(RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER )

Copy this symbol

RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER

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

⦎
⦎
U+0298E
\298e
⦎

HTML Examples

Using HTML Code value in HTML file

<span> &#10638; </span>

Using HTML Entity value in HTML file

<span> &rbrksld; </span>

CSS Example

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

span { 
    content: "\298e";
}
All HTML Symbols