HTML Entity/Symbol⪭(LARGER THAN OR EQUAL TO )

Copy this symbol

LARGER THAN OR EQUAL TO

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

⪭
⪭
U+02AAD
\2aad
⪭

HTML Examples

Using HTML Code value in HTML file

<span> &#10925; </span>

Using HTML Entity value in HTML file

<span> &late; </span>

CSS Example

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

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