Skip to content
K Knidox Search…
Reference · Symbols

Math Symbols Reference

Common math symbols — logic, sets, operators, relations, and calculus.

Click any symbol to copy it.

Common math symbols fall into a few families: logic (∧ and, ∨ or, ¬ not, ⇒ implies), sets (∈ element of, ⊆ subset, ∪ union, ∩ intersection), operators and relations (×, ±, ≤, ≈), and calculus (∂, ∫, ∑, ∇). Each has a standard name and meaning.

A symbol for every idea

Mathematical notation is a compact language: ∀ means "for all", ∈ means "is an element of", ∂ marks a partial derivative. The table above groups the most common symbols by topic so you can find and copy the one you need. The notes below help you tell apart the pairs that trip people up.

How the categories fit together

Logic symbols build statements (∧, ∨, ¬, ⇒). Set symbols describe collections and membership (∈, ⊆, ∪, ∩). Operators and relations act on or compare values (×, ±, ≤, ≈). Calculus symbols capture change and accumulation (∂, ∫, ∑, ∇). Reading a formula is largely a matter of recognising which family each symbol belongs to.

Look-alikes worth keeping straight

These pairs differ in one stroke but carry very different meaning.

SymbolMeansNot to be confused with
⊂ vs ⊆proper subset vs subset-or-equal⊂ excludes equality; ⊆ allows it
∈ vs ⊂element of vs subset of∈ relates a member to a set; ⊂ relates two sets
= vs ≡ vs ≈equals / identical / approximately≡ holds for all values; ≈ is rounded
∧ vs ∩logical AND vs set intersectionone joins statements, one joins sets
∑ vs ∏sum vs productΣ adds terms; Π multiplies them

Reading symbols aloud

Saying a formula in words is the quickest way to check you understand it. ∀x ∈ ℝ reads "for all x in the real numbers"; a ⇒ b reads "a implies b"; y ∝ x reads "y is proportional to x"; ∂f/∂x reads "the partial derivative of f with respect to x". If you cannot say it, you have probably mis-read a symbol.

Inserting them in your work

Click any symbol above to copy it. Most also have LaTeX commands — \forall, \in, \subseteq, \partial, \sum, \int — which render cleanly in documents, papers, and many note apps. Many formulas also lean on the Greek alphabet, and you can keep a full scientific calculator handy for evaluating the expressions you build.

How do I insert these symbols?
Click any symbol in the table to copy it to your clipboard, then paste it anywhere. Most also have LaTeX commands, for example \forall, \in, and \partial.
What is the difference between ⊂ and ⊆?
⊂ is a proper subset, meaning strictly smaller; ⊆ is subset-or-equal, which allows the two sets to be identical.
What does ∝ mean?
It reads "proportional to" — one quantity varies directly with another, as in y ∝ x, so doubling x doubles y.
What is the difference between = and ≡?
The equals sign states two expressions have the same value; the identity sign ≡ states they are equal for every value of the variables, or defines one as the other.
How do ∧ and ∩ differ?
They look similar but ∧ is logical AND between true/false statements, while ∩ is the intersection of two sets. Context — statements versus sets — tells them apart.
What does the ∈ symbol mean?
It means "is an element of": x ∈ A says x is a member of the set A. The crossed form ∉ means "is not an element of".