← Back to Blog

Math Symbols and Their Meanings: Complete Reference Guide

·12 min read

Math symbols are their own language. You probably know + and = but what about ∀ or ∇ or ∏? These pop up in textbooks, research papers, and programming docs, and if you don't know what they mean, the whole equation is gibberish.

I put this guide together because I kept Googling "what does the upside down A mean in math" and figured other people probably do too. Here's every math symbol you're likely to run into, organized by category.

Basic Arithmetic Symbols

These are the ones everyone learns in elementary school, but let me include them for completeness:

+Addition (plus)
Subtraction (minus)
×Multiplication
÷Division
=Equals
Not equal to
±Plus or minus
%Percent

Fun fact: the equals sign (=) was invented by Welsh mathematician Robert Recorde in 1557. He chose two parallel lines because "no two things can be more equal." Hard to argue with that logic.

Comparison Symbols

<Less than
>Greater than
Less than or equal to
Greater than or equal to
Approximately equal to
Proportional to
Identical to (congruent)

The ≈ symbol comes up constantly in science and engineering. Nothing in the real world is exactly equal — measurements always have some error. So scientists use ≈ to say "close enough."

Algebra Symbols

Square root
Cube root
Squared (to the power of 2)
Cubed (to the power of 3)
xⁿTo the nth power
|x|Absolute value
!Factorial (e.g., 5! = 120)
Summation (add up a series)
Product (multiply a series)

∑ (sigma) and ∏ (pi) are the workhorses of advanced math. ∑ means "add all these up" and ∏ means "multiply all these together." You see them everywhere in statistics, physics, and computer science.

Set Theory Symbols

These show up in math proofs, computer science, and logic:

Element of (belongs to a set)
Not an element of
Subset of
Superset of
Union (combine sets)
Intersection (overlap of sets)
Empty set (nothing in it)
For all (every element)
There exists (at least one)

The ∀ symbol (upside-down A) confused me for years. It just means "for all" or "for every." So ∀x means "for every x." The ∃ (backwards E) means "there exists at least one." Once you know that, suddenly math proofs become a lot more readable.

Greek Letters in Math

Math borrowed heavily from the Greek alphabet. Here are the ones you'll see most:

αAlpha — angles, constants
βBeta — angles, coefficients
γGamma — third variable
δ / ΔDelta — change or difference
θTheta — angles (especially in trig)
λLambda — wavelength, eigenvalues
μMu — mean (average)
πPi — 3.14159... (circle ratio)
σ / ΣSigma — standard deviation / summation
φPhi — golden ratio (1.618...)
ωOmega — angular velocity

π is probably the most famous mathematical constant. It's the ratio of a circle's circumference to its diameter, and it goes on forever: 3.14159265358979... People have calculated it to trillions of digits. We'll never reach the end because it doesn't have one.

Calculus Symbols

Integral (area under a curve)
d/dxDerivative (rate of change)
Partial derivative
Nabla / Del (gradient operator)
Infinity
limLimit (approaching a value)

The ∫ symbol was invented by Leibniz (one of the founders of calculus). It's an elongated S, standing for "summa" (Latin for sum). Because an integral is basically adding up an infinite number of tiny slices. Pretty elegant when you think about it.

∞ is probably the most philosophically interesting math symbol. It's not a number — it's a concept. You can't add 1 to infinity and get "infinity plus one." Well, technically you can, but you still get infinity. Math gets weird at the extremes.

Logic Symbols

Logical AND
Logical OR
¬Logical NOT
Implies (if... then)
If and only if (biconditional)
Therefore
&because;Because

Programmers will recognize ∧ and ∨ — they're the same AND/OR operations you use in code. Math and programming are more closely related than most people realize.

Geometry Symbols

Angle
°Degree
Perpendicular
Parallel
Triangle
Similar to
Congruent to

How to Type Math Symbols

Getting these symbols into your documents can be annoying. Here are the quickest methods:

For regular use, I bookmark our math symbols page for quick copy-paste access.

The Bottom Line

Math symbols are just shorthand. Each one represents an idea that would take a sentence (or paragraph) to explain in words. Learning the symbols is like learning vocabulary in a new language — once you know them, you can read things that were previously incomprehensible.

Start with the ones that show up in your work or studies. You don't need to memorize every symbol on this page. Just know they exist, and come back to look them up when you need to. That's what reference guides are for.

Need to copy any of these symbols? Visit our math symbols collection for easy one-click copying.