Less Than or Equal To Sign (≤) — Copy & Paste

The less-than-or-equal-to sign for inequalities in proofs, code comments, and papers.

What does ≤ mean?

The ≤ sign means “less than or equal to”: the value on the left is smaller than, or the same as, the value on the right. For example, n ≤ 10.

How ≤ differs from < and <=: ≤ allows equality, while < means strictly less than. In plain-text code, <= is a two-character operator rather than the Unicode ≤ sign.

Technical reference

Tap the icon beside any value to place it on your clipboard.

Less than or equal

Character
≤
Unicode
U+2264
HTML named
&le;
HTML decimal
&#8804;
LaTeX
\le

Common uses

Inequalities

Prefer ≤ over “<=” in papers and slides when Unicode is allowed.

More math symbols

Looking for Greek letters? See the greek symbol table or the alphabet chart.