free-symbols

Less-than Or Equal To Symbol

≤ means “less than or equal to” and is commonly used in math, logic, and comparisons.

U+2264

The symbol ≤ is read as “less-than or equal to.” It lets you express a comparison in a compact way for writing, design, and code. Use the copy options below to insert the exact character reliably.

Less-than Or Equal To Symbol Meaning

The “less-than or equal to” symbol (≤) compares two values and indicates that the left value is either smaller than the right value or exactly the same. In math, it’s often used to define ranges, constraints, and inequalities (for example, x ≤ 10). In programming and spreadsheets, it represents the “less than or equal to” operator used in conditions. In plain text, writers and designers use ≤ to keep numeric rules concise, such as “age ≤ 18” or “brightness ≤ 100%.” It’s distinct from < (strictly less than) and from ≥ (greater-than or equal to).

Common uses

  • Writing math inequalities and constraints like x ≤ 5
  • Labeling charts or specifications such as “temperature ≤ 100°C”
  • Building logic conditions in code and spreadsheets (less-than-or-equal checks)
  • Indicating allowed limits in forms, settings, and UI text
  • Denoting thresholds in technical documentation and tables

Examples

≤ Less-than or equal to (copy & use)

  • x ≤ 10
  • age ≤ 18
  • speed ≤ 60 mph
  • pH ≤ 7.5
  • score ≤ max_points

Variations

Ready to copy

Technical codes

UnicodeU+2264
HTML Entity&#8804;
HTML Code&#x2264;
CSS\2264

FAQ

What does the symbol ≤ mean?

≤ means “less-than or equal to,” indicating the left side is smaller than or equal to the right side.

How do I copy the exact character ≤?

Copy the symbol directly from this page. You can also use the HTML entity &#8804;, CSS escape \\2264, or JavaScript escape \\u{2264}.

Is ≤ the same as <?

No. < means strictly less than, while ≤ includes the equal case as well.

Where is ≤ used in code or spreadsheets?

It’s used as the “less than or equal to” comparison operator when checking conditions (exact syntax depends on the language/tool).

Related symbols