<

Less-than sign

ASCII Code: 60Category: math

The less-than symbol (<) indicates numerical comparison and logical relationships, fundamental to mathematics, programming, and data analysis across all quantitative fields.

Technical Details

ASCII Code
60
HTML Entity
&#60;
Hexadecimal
0x3C
Binary
00111100
Octal
74

Usage & Examples

Programming

char symbol = '<'; // ASCII 60

HTML/Web

&#60; or <

Common Uses

lesssmallerltcomparisoninequalityprogramminglogic

How to Type This Character

Windows

Alt Code:
Hold Alt and type60 on numeric keypad
Character Map:
Search "Character Map" in Start menu

Mac

Character Viewer:
Press Ctrl +Cmd +Space
Copy & Paste:
Easiest method - copy from this page!

💡 Pro tip: The fastest way is to bookmark this page or copy the character from our ASCII library!

About the Less-than sign

Mathematical Comparisons

Essential for expressing numerical relationships and inequalities in mathematics education and research. Forms the foundation for understanding number lines, ordering, and quantitative analysis across all mathematical disciplines.

Programming Logic

Critical for conditional statements, loops, and logical operations in programming languages. Enables decision-making algorithms, data sorting, and computational logic that powers software development and digital systems.

Statistical Analysis

Fundamental for threshold testing, data filtering, and statistical hypothesis testing. Enables researchers to establish significance levels, set criteria, and analyze data relationships in scientific studies.

Html Markup

Serves as the opening delimiter for HTML tags (<div>, <p>, <img>), making it essential for web development and digital content creation. Forms the structural foundation of web markup languages.

History of the Less-than sign

1631

Mathematical Innovation

Thomas Harriot introduced the < and > symbols in 'Artis Analyticae Praxis,' creating the first standardized notation for mathematical inequalities and comparisons.

1700s

Educational Adoption

European mathematics curricula adopted inequality symbols, making comparison notation standard in mathematical education and algebraic instruction.

1950s

Computer Programming

Early programming languages incorporated < for conditional statements and logical operations, establishing its role in computational logic and algorithm design.

1990

HTML Development

Tim Berners-Lee chose < for HTML tag notation, making the symbol fundamental to web development and internet content structure.

2000s

Data Science

Big data and analytics extensively use < for filtering, sorting, and threshold operations, making it essential for modern data analysis and machine learning.

Cultural Impact

The less-than symbol enabled precise quantitative comparison and logical reasoning, supporting mathematical literacy, computer programming, and data-driven decision making in modern society.

Usage Examples

Mathematical Inequalities

Example
x < 10, 5 < 7 < 9, Temperature < 32°F (freezing)

Number comparison and mathematical relationships

Programming Logic

Example
if (age < 18) { /* minor */ }, while (count < 100)

Conditional statements and loop controls in code

HTML Markup

Example
<html>, <div class='container'>, <img src='photo.jpg'>

Web development and markup language structure

Data Analysis

Example
Filter data where salary < $50,000, Values < threshold

Database queries and statistical analysis

Loading privacy settings...