HTML Entity/Symbol⦔(RIGHT ARC GREATER-THAN BRACKET )

Copy this symbol

RIGHT ARC GREATER-THAN BRACKET

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

⦔
⦔
U+02994
\2994
⦔

HTML Examples

Using HTML Code value in HTML file

<span> &#10644; </span>

Using HTML Entity value in HTML file

<span> &rpargt; </span>

CSS Example

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

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