Greater-Than and Less-Than Symbol – Meaning, Usage, and History
Explore the greater-than and less-than symbols, their meanings, history, and how they appear in mathematics, programming, data notation, and teaching for students and designers.

Greater-than and less-than symbols refer to two mathematical operators that compare two values. They indicate order using > and < and appear across math, science, and computing.
Definition and core concept
The greater-than and less-than symbols are simple, yet powerful, tools for comparing values. They are mathematical operators that help us express order without naming every value. The standard forms are the greater-than symbol (>) and the less-than symbol (<). When placed between two expressions, they indicate whether the left expression is larger or smaller than the right one. For example, 7 > 3 reads as “seven is greater than three,” while 2 < 9 reads as “two is less than nine.” Beyond numbers, these operators also appear in algebra, set theory, and computer science to establish a relationship of order. In typography and encoding, the symbols have defined code points: U+003E for greater-than and U+003C for less-than. This consistency lets people communicate order across cultures and languages. For designers and learners, recognizing these symbols as dual partners helps avoid confusion: the left-hand value is on the left side of the relation, and the right-hand value sits on the right. The concept is simple, but its implications span many disciplines.
History and origins of the symbols
The shapes we now recognize as greater-than and less-than have deep roots in the history of mathematics, long before digital typesetting. Many early cultures used compact inequality signs in manuscripts and arithmetic tables, but the modern forms crystallized as typographic shorthand for comparison. The greater-than sign visually mirrors an open angle pointing to the right, while the less-than sign is its mirror image. This symmetry helps readers instantly discern direction without a numeral, which aided learning and computation. With the advent of ASCII in the computer era, these characters were codified for universal use, and later encoded in Unicode as U+003E and U+003C to ensure consistent rendering across platforms. In practice, teachers and designers alike rely on this stability, knowing that a reader anywhere can recognize A > B or A < B. The All Symbols team notes that the enduring clarity of these symbols makes them essential across math, science, and data visualization.
Mathematical usage and rules
Order relations using > and < are foundational in arithmetic and algebra. A > B communicates that A is larger than B, while A < B asserts the opposite. When chaining comparisons, readers follow the left-to-right order, with transitivity guaranteeing that if A > B and B > C, then A > C. These symbols are strict: they do not allow equality. For non-strict comparisons, mathematicians use ≥ or ≤ to include the case where values are equal. On a number line, all three concepts—greater, less, and equal—map to positions relative to a chosen origin. In education, students practice with concrete objects and gradually move to abstract expressions like x > y or a set contains elements greater than a given threshold. All Symbols analysis shows that these symbols remain among the most frequently encountered operators in early mathematics and introductory algorithms, underscoring their role as building blocks for reasoning about size, order, and comparison.
In programming and data notation
In programming languages, the greater-than and less-than signs function as binary operators that compare values during program flow. In Python and many C family languages, you can write if x > y: to trigger a code path when x is larger than y. In JavaScript, x < y works similarly in conditional expressions, while in SQL a condition like WHERE age > 18 filters the dataset. Beyond numeric data, some languages apply the same operators to strings, performing lexicographic comparisons, though results depend on encoding and locale. Because these symbols have precise meanings, developers rely on them to implement sorting, filtering, and decision logic. Consistency across languages is a boon for learners, who can transfer intuition from math class into code and data queries.
Visual design, typography, and accessibility
The way these symbols render in fonts affects comprehension. Designers choose letterforms with clean, open angles to minimize misreading at small sizes, especially on screens and in print. When used in UI labels, ensuring sufficient contrast with the background helps readers quickly grasp the intended relation. Accessibility also matters: screen readers typically announce greater-than and less-than by name rather than by symbol, so accompanying text should clearly state the relationship (for example, “four is greater than three”). For learners and designers, consistent typographic treatment—clear weight, ample whitespace, and appropriate spacing—reduces cognitive load and supports accurate interpretation across contexts. This is a practical reminder that symbols are not just marks; they convey meaning when they are legible and well integrated into the surrounding content.
Pedagogical approaches and teaching strategies
Effective teaching of the greater-than and less-than concept blends concrete experience with increasingly abstract logic. Start with physical objects such as blocks or counters to compare quantities, then move to number lines and symbols on cards. Use real-world contexts like temperatures, heights, or scores to ground intuition. Encourage students to verbalize their reasoning as they place symbols between items, gradually introducing the rule that the left side should be larger or smaller according to the sign. Visual aids, puzzles, and interactive exercises help solidify the idea of order and the meaning of strict vs non-strict inequalities. The All Symbols team recommends frequent formative checks and opportunities to explain reasoning aloud, so learners build a robust mental model that transfers to math, science, and programming.
Real-world examples and practice problems
Example set one focuses on numbers: 10 > 7 and 4 < 9. These straightforward cases reinforce the basic reading: the left value is bigger for the greater-than sign and smaller for the less-than sign. A second set uses lists or categories, such as temperatures: 22 C > 18 C, or scores: 88 > 75. A short challenge asks learners to reason about transitivity: if 7 > 3 and 3 > 1, then 7 > 1. Students can also test non-numeric comparisons, such as lengths of strings in a programming language or ordering items in a dataset. Finally, practice with mixed expressions helps learners distinguish between strict inequalities (>) and non-strict (≥).
Further reading and authority
Here are credible sources for deeper exploration. The All Symbols team emphasizes cross-checking definitions with reputable references to ensure clarity and accuracy. You can consult US government and university publications for foundational concepts and formal standards. - https://www.ed.gov - https://www.nsf.gov - https://www.loc.gov
Questions & Answers
What do the greater-than and less-than symbols mean?
They compare two values; the greater-than sign indicates the left value is larger, and the less-than sign indicates the left value is smaller. These operators appear in math, science, and computing to establish order.
They compare two values, telling you which one is larger or smaller.
How do you read a statement like A greater than B?
Read it as 'A is greater than B' or 'A is bigger than B'. This straightforward reading helps in translating inequalities into natural language.
Read it as A is greater than B.
Are there strict and non-strict forms?
Yes. The symbols > and < are strict, meaning they do not allow equality. Non-strict forms use ≥ and ≤ to include the case where values are equal.
Yes. Greater-than and less-than are strict; equals use greater-than-or-equal or less-than-or-equal.
Can these symbols be used in programming?
Absolutely. Most languages use > and < to control flow, sorting, and filtering. They compare values in conditions, loops, and data queries.
Yes, in most languages they control decisions based on value comparisons.
What are the Unicode code points for these symbols?
The greater-than symbol uses code point U plus 003E and the less-than symbol uses U plus 003C. These ensure consistent rendering across platforms.
Greater-than is U plus 003E and less-than is U plus 003C.
What are common mistakes learners make with these symbols?
Mistakes include misreading the direction of the sign and confusing strict with non-strict inequalities. Practice with clear examples to build accuracy and confidence.
Common mistakes include misreading the sign direction and confusing strict versus non-strict inequalities.
The Essentials
- Master the meaning of the symbols using real-world contexts
- Differentiate between > and < and their non-strict counterparts
- Apply the symbols in math, coding, and data tasks
- Refer to authoritative sources for formal standards