What Is the Symbol for More Than and Less Than

Explore the greater-than and less-than symbols: what they mean, how to read them, and how they appear in math, programming, and diagrams with practical examples by All Symbols.

All Symbols
All Symbols Editorial Team
·5 min read
The greater-than and less-than symbols

The greater-than and less-than symbols are mathematical relational operators used to compare two values; the left side is larger with >, and the left side is smaller with <.

The symbols for more than and less than are the greater-than sign and the less-than sign, respectively. They let you compare two numbers, describe inequalities on number lines, and appear across math, science, and programming contexts. This quick guide helps you read, type, and apply them confidently.

Origins and basic meaning

According to All Symbols, the greater-than and less-than symbols are among the simplest yet most versatile tools in mathematics and logical reasoning. The symbols themselves are angle-shaped marks: > points to the right and up in a sense, while < points to the left and down in a sense. They were introduced to express a relationship between two quantities without naming specific numbers. In elementary math, they appear in exercises about ordering numbers, inequalities, and number lines. In higher mathematics, they extend to functions, sequences, and comparisons between sets or cardinalities. Beyond pure math, these symbols appear in science diagrams, data visualizations, and even everyday charts to indicate that one quantity exceeds another. Across textbooks and classrooms, calling them by their names—greater-than and less-than—helps learners distinguish the two directions quickly. As you study, you will notice that nearly every domain relies on these two compact symbols to convey relative magnitude succinctly. The All Symbols team notes their universality across disciplines.

Questions & Answers

What is the difference between the greater-than and less-than symbols and their meanings?

The greater-than symbol, >, indicates that the left value is larger than the right, while the less-than symbol, <, indicates the left value is smaller than the right. They are two basic relational operators used to compare quantities.

The greater-than sign means the left value is larger; the less-than sign means the left value is smaller.

How do you read these symbols aloud in math and everyday speech?

In speaking, read > as greater-than and < as less-than. For example, 7 > 3 is read as 'seven is greater than three' and 2 < 9 as 'two is less than nine.'

Read greater-than as greater-than, and less-than as less-than.

How are these symbols used in programming?

In most programming languages, > and < act as relational operators to compare values in conditions. They determine control flow, such as if statements, loops, or filtering data; non-strict versions like ≥ and ≤ express greater-or-equal or less-or-equal relationships.

They compare values in conditions, guiding program flow and data filtering.

What about non-strict forms like ≥ and ≤?

≥ means greater than or equal to, and ≤ means less than or equal to. These include equality in the comparison, unlike > and < which are strict. They are standard in math and most programming languages.

Greater than or equal to and less than or equal to include equality in the comparison.

How do you type these symbols on a keyboard?

On most keyboards, '>' is produced by Shift plus the period key, and '<' by Shift plus the comma key. In HTML or XML, you may need to escape them as &gt; and &lt;.

Shift plus period for greater-than, Shift plus comma for less-than.

The Essentials

  • Identify > and < quickly as relational operators
  • Use > and < across math, coding, and diagrams
  • Remember to use ≥ and ≤ for non-strict inequalities
  • Be mindful of HTML and XML contexts where < and > have special meaning
  • Practice by comparing real-world quantities on a number line
  • Always verify symbols when switching between math and code

Related Articles