HTML Entity/Symbol⪫(LARGER THAN )

Copy this symbol

LARGER THAN

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

⪫
⪫
U+02AAB
\2aab
⪫

HTML Examples

Using HTML Code value in HTML file

<span> &#10923; </span>

Using HTML Entity value in HTML file

<span> &lat; </span>

CSS Example

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

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