Equal to or Less-Than Sign

If you have ever needed a ⋜ Equal to or Less-Than Sign Symbol for work or school, but could not find it on your keyboard, you can copy and paste the symbol above or by clicking the button below.

Copy ⋜ Symbol to Clipboard

Equal to or Less-Than Sign Codes

U+022DC

Unicode

⋜

Hex Code

⋜

HTML Code

\22DC

CSS Code

Equal to or Less-Than Sign Code Examples

HTML Example

<span> &#8924; </span>

CSS Example

span {
   content: "\22DC";
}

Symbol Copied!