HTML Entity/Symbol⋙(VERY MUCH GREATER-THAN )

Copy this symbol

VERY MUCH GREATER-THAN

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

⋙
⋙
U+022D9
\22d9
⋙

HTML Examples

Using HTML Code value in HTML file

<span> &#8921; </span>

Using HTML Entity value in HTML file

<span> &Gg; </span>

CSS Example

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

span { 
    content: "\22d9";
}
All HTML Symbols