Less-Than or Equal To

If you have ever needed a ≤ Less-Than or Equal To 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

Less-Than or Equal To Codes

U+02264

Unicode

≤

Hex Code

≤

HTML Code

≤

HTML Entity

\2264

CSS Code

Less-Than or Equal To Code Examples

HTML Example

<span> &#8804; </span>

CSS Example

span {
   content: "\2264";
}

Symbol Copied!