HTML Entity/Symbol⩺(GREATER-THAN WITH CIRCLE INSIDE )

Copy this symbol

GREATER-THAN WITH CIRCLE INSIDE

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

⩺
⩺
U+02A7A
\2a7a
⩺

HTML Examples

Using HTML Code value in HTML file

<span> &#10874; </span>

Using HTML Entity value in HTML file

<span> &gtcir; </span>

CSS Example

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

span { 
    content: "\2a7a";
}
All HTML Symbols