BuildQuill
Math Symbols

Less Than or Equal To

U+2264

The less-than-or-equal sign shows that a value is smaller than or the same as another value.

Copy & encode

Character
Unicode codepoint
U+2264
HTML named entity
≤
HTML decimal entity
≤
HTML hex entity
≤
CSS escape
\2264
JavaScript escape
\u2264

Meaning and usage

It is used in math inequalities, chart axis labels, and conditions such as x ≤ 10 meaning x can be 10 or any smaller number.

Frequently Asked Questions

What is the HTML entity for less than or equal?
Use ≤ or ≤.
How is ≤ written in most programming languages?
Most languages use <= since ≤ is not on a standard keyboard.