Copy & encode
Character
≤Unicode codepoint
U+2264HTML named entity
≤HTML decimal entity
≤HTML hex entity
≤CSS escape
\2264JavaScript escape
\u2264Meaning 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.