HTML Entity/Symbol⪃(LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE RIGHT )

Copy this symbol

LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE RIGHT

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

⪃
⪃
U+02A83
\2a83
⪃

HTML Examples

Using HTML Code value in HTML file

<span> &#10883; </span>

Using HTML Entity value in HTML file

<span> &lesdotor; </span>

CSS Example

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

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