Comparison symbol
Less Than or Equal To Symbol (≤)
≤ includes both possibilities: the left side may be less than the right side, or the two sides may be equal.
≤Less-Than or Equal To
U+2264x ≤ 10Code reference
Copy ≤ in the format you need
Unicode
U+2264HTML decimal
≤HTML hexadecimal
≤HTML named
≤CSS
\2264JavaScript
\u2264LaTeX
\leCharacter names and code points checked against The Unicode Consortium. Last verified 2026-08-12.
01
Read the symbol
Read x ≤ 10 as “x is less than or equal to ten.” The narrow point faces the potentially smaller value.
02
In plain-text code
Many programming languages use <=. In typeset math and explanatory text, the single Unicode character is easier to scan.
Keep exploring