HTML Entity/Symbol⩾(GREATER-THAN OR SLANTED EQUAL TO )

Copy this symbol

GREATER-THAN OR SLANTED EQUAL TO

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

⩾
⩾
U+02A7E
\2a7e
⩾

HTML Examples

Using HTML Code value in HTML file

<span> &#10878; </span>

Using HTML Entity value in HTML file

<span> &geqslant; </span>

CSS Example

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

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