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 + <
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 <=.