>
Greater-than sign
The greater-than symbol (>) indicates numerical superiority and logical relationships, essential for mathematics, programming, and markup languages across technical and educational contexts.
Technical Details
- ASCII Code
- 62
- HTML Entity
- >
- Hexadecimal
- 0x3E
- Binary
- 00111110
- Octal
- 76
Usage & Examples
Programming
char symbol = '>'; // ASCII 62
HTML/Web
> or >
Common Uses
How to Type This Character
Windows
Mac
💡 Pro tip: The fastest way is to bookmark this page or copy the character from our ASCII library!
Related Characters
About the Greater-than sign
Quantitative Analysis
Fundamental for expressing mathematical inequalities, establishing thresholds, and comparing values in scientific research, financial analysis, and educational contexts. Essential for understanding numerical relationships and ordering.
Computational Logic
Critical for programming control structures, data validation, and algorithmic decision-making. Enables software to make logical choices, sort data, and implement conditional behaviors across all programming paradigms.
Markup Languages
Serves as the closing delimiter for HTML and XML tags (</div>, </p>), making it essential for web development and structured document creation. Fundamental to internet content architecture.
Scientific Notation
Used for expressing ranges, limits, and threshold values in scientific literature, research papers, and technical documentation. Enables precise communication of quantitative relationships and experimental conditions.
History of the Greater-than sign
Harriot's Innovation
Thomas Harriot's mathematical treatise introduced both < and > symbols, creating standardized notation for greater-than relationships that revolutionized mathematical expression.
Mathematical Education
Schools worldwide adopted greater-than notation for arithmetic and algebra instruction, making inequality comparison fundamental to mathematical literacy.
Computing Applications
Programming languages integrated > for logical comparisons and conditional operations, establishing its role in computational thinking and algorithm design.
Web Markup
HTML specification used > as tag closure syntax, making the symbol essential for web development and digital document structure worldwide.
Big Data Era
Data analytics and database systems extensively use > for queries, filtering, and analysis, making it crucial for modern information processing and decision support.
Cultural Impact
The greater-than symbol became essential for logical reasoning, mathematical thinking, and digital communication, enabling precise comparison and conditional logic that supports modern technology and education.
Usage Examples
Mathematical Comparison
ExampleNumerical relationships and mathematical inequalities
Programming Conditions
ExampleConditional logic and control flow in software
HTML Closing Tags
ExampleWeb markup structure and document formatting
Data Filtering
ExampleDatabase queries and data analysis operations