Less-Than or Equal To

U+2264

Quick Reference
Unicode
U+2264
HTML Entity
≤
HTML Numeric
≤
CSS
\2264
JavaScript
\u2264
How to Type
OSLayoutShortcut
Windows(you)UsAltGr + Shift + ,
WindowsUkAltGr + ,
WindowsGermanAltGr + <
macOSUsOption + ,
macOSUkOption + ,
macOSGermanOption + <
Insert Less-Than or Equal To in Word, Excel & Google Docs
ApplicationHow to insert Less-Than or Equal To
Microsoft WordType 2264, then press Alt+X
Excel / Google SheetsUse the formula =UNICHAR(8804)
Google DocsInsert → Special characters, then search "less-than or equal to"
HTML&le; or &#8804;
CSS (content property)content: "\2264"
JavaScript"\u2264"
About Less-Than or Equal To

Indicates that the value on the left is less than or equal to the value on the right.

Usage

Used in mathematics, programming, and logic. Example: x ≤ 10. In code, typically written as <=.