HTML Entity/Symbol⪬(SMALLER THAN OR EQUAL TO )

Copy this symbol

SMALLER THAN OR EQUAL TO

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

⪬
⪬
U+02AAC
\2aac
⪬

HTML Examples

Using HTML Code value in HTML file

<span> &#10924; </span>

Using HTML Entity value in HTML file

<span> &smte; </span>

CSS Example

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

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