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.
| Symbol | Means | Not 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 intersection | one 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.