HTML Entity/Symbol⦌(RIGHT SQUARE BRACKET WITH UNDERBAR )

Copy this symbol

RIGHT SQUARE BRACKET WITH UNDERBAR

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

⦌
⦌
U+0298C
\298c
⦌

HTML Examples

Using HTML Code value in HTML file

<span> &#10636; </span>

Using HTML Entity value in HTML file

<span> &rbrke; </span>

CSS Example

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

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