U+2264
| OS | Layout | Shortcut |
|---|---|---|
| Windows(you) | Us | AltGr + Shift + , |
| Windows | Uk | AltGr + , |
| Windows | German | AltGr + < |
| macOS | Us | Option + , |
| macOS | Uk | Option + , |
| macOS | German | Option + < |
| Application | How to insert Less-Than or Equal To |
|---|---|
| Microsoft Word | Type 2264, then press Alt+X |
| Excel / Google Sheets | Use the formula =UNICHAR(8804) |
| Google Docs | Insert → Special characters, then search "less-than or equal to" |
| HTML | ≤ or ≤ |
| CSS (content property) | content: "\2264" |
| JavaScript | "\u2264" |
Indicates that the value on the left is less than or equal to the value on the right.
Used in mathematics, programming, and logic. Example: x ≤ 10. In code, typically written as <=.