Math Notation Reference
Math Symbols List | 200+ Symbols & Meanings
Search and copy more than 200 mathematical symbols used in arithmetic, algebra, geometry, calculus, logic, set theory, probability, statistics, matrices, and proof writing.
Mathematical symbols are a language of precision. A sign such as \(=\), \(\leq\), \(\in\), \(\int\), or \(\forall\) can carry an entire relationship or instruction. This reference explains what the symbol means, where it is commonly used, how to type it in LaTeX, and how to avoid confusing it with a similar-looking symbol.
Use the search box to find a symbol by character, name, LaTeX command, meaning, or example. Click Copy beside any symbol to copy the Unicode character for use in notes, documents, messages, worksheets, or code comments.
Search 200+ Mathematical Symbols
Type a symbol, name, category, LaTeX command, meaning, or example. For instance, search subset, theta, integral, \sigma, variance, or not equal.
| Symbol | Name | Category | Meaning and common use | LaTeX | Example |
|---|
How to read mathematical symbols correctly
A symbol does not always have one fixed spoken meaning. Its meaning depends on the topic, the surrounding equation, and the convention used by the writer. The symbol \(|x|\), for example, usually means the absolute value of \(x\). In a different context, vertical bars can describe the size of a set, conditional probability, divisibility, determinant notation, or an evaluation boundary in calculus.
The most reliable way to read notation is to identify the mathematical setting first. In an arithmetic question, \(+\), \(-\), \(\times\), and \(\div\) are operations. In algebra, \(x\) and \(y\) are usually variables. In geometry, \(\angle ABC\) refers to an angle, while in probability \(P(A)\) means the probability of event \(A\). In calculus, \(\frac{d}{dx}\) tells you to differentiate with respect to \(x\), and \(\int\) tells you to integrate.
Context also matters for equality. The symbol \(=\) means “is equal to.” The sign \(\approx\) means “is approximately equal to,” while \(\equiv\) may mean “is identically equal to,” “is congruent to,” or “is equivalent modulo a number,” depending on the branch of mathematics. These distinctions are not decoration. Replacing one sign with another can change the claim an equation makes.
Read the whole statement, not a symbol in isolation
Before deciding what a symbol means, ask three questions: What topic is this? What appears immediately before and after the symbol? What is the writer trying to state—an operation, a comparison, a definition, a set relationship, or a logical condition?
It is also useful to distinguish symbols from variables. Greek letters such as \(\alpha\), \(\beta\), \(\theta\), \(\lambda\), \(\mu\), and \(\sigma\) are not operations by themselves. They are letters used as labels or quantities. Their most common roles vary: \(\theta\) often represents an angle, \(\lambda\) an eigenvalue or parameter, \(\mu\) a population mean, and \(\sigma\) a standard deviation. The surrounding formula tells you which interpretation applies.
Arithmetic and comparison symbols
Arithmetic notation is the foundation of most mathematical writing. The familiar operations add, subtract, multiply, divide, compare, and group quantities. The symbols may look elementary, but clarity matters. The difference between a minus sign, a negative sign, a fraction bar, and a division sign can change how an expression is evaluated.
For example, the expression \(8-3\times2\) is not evaluated strictly from left to right. Multiplication is completed before subtraction:
Grouping symbols can change that result:
The parentheses do not merely make an expression easier to read; they instruct the reader to perform the subtraction first. For a deeper explanation of arithmetic operations, see the guides to multiplication, fractions, and exponents.
Comparison symbols are equally important. The inequality \(x<5\) says that \(x\) is less than 5. The inequality \(x\leq5\) includes 5 itself. The difference is especially important in interval notation, graphing, optimisation, proofs, and programming conditions. A filled point and an open point on a graph often represent this same distinction visually.
Algebra, functions, and equation symbols
Algebra uses symbols to express relationships between known and unknown quantities. A variable such as \(x\) can stand for a number, while a function such as \(f(x)\) assigns an output to an input. An equation uses \(=\) to state that two expressions have the same value. An identity uses \(\equiv\) when two expressions agree for every permitted value of the variable.
Consider the equation:
Here, \(x\) is the unknown. Solving means finding the value that makes the equation true:
By contrast, the identity below is true for every value of \(x\):
Symbols such as \(\propto\), \(\therefore\), \(\because\), \(\mapsto\), and \(\Rightarrow\) help describe how one expression relates to another. These are particularly common in worked solutions and proof writing. A resource on linear expressions is useful when you want to move from symbol recognition into simplifying and interpreting algebraic statements.
Functions use several layers of notation. In \(f:A\to B\), the arrow means that the function maps elements from domain \(A\) to codomain \(B\). In \(x\mapsto x^2\), the symbol \(\mapsto\) reads “maps to,” describing what happens to an input. In \(f^{-1}\), the superscript \(-1\) may mean inverse function, not reciprocal, depending on the context.
Set theory and logic symbols
Set theory provides a compact language for collections of objects. A set is commonly written with braces, such as \(A=\{1,2,3\}\). The statement \(2\in A\) means “2 is an element of \(A\).” The statement \(4\notin A\) means “4 is not an element of \(A\).”
Set operations resemble arithmetic operations in some ways, but their meaning is different. Union combines elements from either set, while intersection keeps only elements shared by both sets:
Logic symbols let mathematicians state conditions precisely. The universal quantifier \(\forall\) means “for every,” while the existential quantifier \(\exists\) means “there exists.” The statement \(\forall x\in\mathbb{R},x^2\geq0\) says that every real number has a non-negative square. The statement \(\exists x\in\mathbb{R}:x^2=2\) says that there is a real number whose square is 2.
Implication and equivalence deserve careful attention. \(P\Rightarrow Q\) means “if \(P\), then \(Q\).” It does not automatically mean the reverse statement is true. \(P\Leftrightarrow Q\) means “\(P\) if and only if \(Q\),” so both directions hold. These symbols appear frequently in definitions, theorem statements, proofs, algorithms, and formal reasoning.
Geometry and trigonometry symbols
Geometry symbols describe shape, position, size, direction, and relationships between figures. The angle symbol \(\angle\) names an angle, while \(\triangle\) denotes a triangle. The symbols \(\parallel\) and \(\perp\) show parallel and perpendicular lines. A small square at the meeting point of two lines often visually confirms a right angle, but \(\perp\) communicates the relationship directly in text.
For instance, if \(AB\perp CD\), line \(AB\) is perpendicular to line \(CD\). If \(AB\parallel CD\), the lines are parallel. A vector may be written as \(\vec{v}\), \(\mathbf{v}\), or \(\boldsymbol{v}\), depending on the author’s convention. A vector has both magnitude and direction, whereas a scalar has magnitude only.
Trigonometry introduces Greek symbols, especially \(\theta\), \(\phi\), and \(\alpha\), to label angles. In a right triangle, the sine, cosine, and tangent functions connect an angle to side ratios:
When you need to calculate with these symbols rather than look them up, use the trigonometric calculator. That tool is for evaluating trigonometric expressions; this page is a notation reference for understanding what the symbols mean and how they are written.
Formula-based geometry often uses superscripts, square roots, and Greek letters together. The Pythagorean theorem formula, \(a^2+b^2=c^2\), is a familiar example. Reading it accurately requires recognising exponents, equality, variables, and the relationship between the three sides of a right triangle.
Calculus and analysis symbols
Calculus symbols describe change, accumulation, limits, and infinite processes. The derivative notation \(\frac{dy}{dx}\), \(f'(x)\), or \(\frac{d}{dx}\) measures how a quantity changes with respect to another quantity. The integral sign \(\int\) represents accumulation, often interpreted geometrically as signed area under a curve.
The notation \(dx\) is not an ordinary multiplication sign. In introductory calculus, it indicates the variable of integration. The limits below and above an integral sign specify the interval. The symbol \(\lim\) introduces a limit, while \(\infty\) means infinity—not a conventional number, but a concept describing unbounded growth or an unending process.
Partial derivatives use \(\partial\) instead of \(d\). They appear when a function depends on more than one variable. For \(f(x,y)\), the expression \(\frac{\partial f}{\partial x}\) measures change with respect to \(x\) while holding \(y\) fixed. The nabla symbol \(\nabla\) appears in vector calculus for gradient, divergence, and curl.
Calculus notation rewards careful reading. A missing exponent, limit, negative sign, or differential can change a problem completely. Before using a formula, identify the operation, the variable, the bounds, and the assumptions. Reference material such as this list of math formulas can help connect symbol knowledge with the formulas where those symbols appear.
Probability and statistics symbols
Statistics uses symbols to separate population quantities from sample quantities. This distinction matters because a sample is only part of a population. The Greek letter \(\mu\) commonly represents a population mean, while \(\bar{x}\) represents a sample mean. The Greek letter \(\sigma\) often represents population standard deviation, while \(s\) represents sample standard deviation.
In this formula, \(\sum\) means “add a sequence of terms,” \(n\) is the number of observations, and \(x_i\) means the \(i\)-th observation. The subscript is essential: it tells the reader that the formula refers to individual values in a list rather than one variable named \(xi\).
Probability notation includes \(P(A)\), the probability of event \(A\), and \(P(A\mid B)\), the probability of \(A\) given that \(B\) has occurred. The vertical bar means “given” in this context. The symbols \(\cup\) and \(\cap\) return in probability because events can be combined with “or” and “and.”
Hypothesis testing uses \(H_0\) for the null hypothesis and \(H_1\) or \(H_a\) for an alternative hypothesis. The p-value is commonly written \(p\). It should not be confused with the probability that a hypothesis is true; it has a specific conditional interpretation under a statistical model. The site’s statistics and probability formula sheet can help place these symbols into commonly used formulas.
How to type mathematical symbols in LaTeX, documents, and online forms
There are three practical ways to use mathematical symbols. You can copy the visible Unicode character, type a LaTeX command in a system that supports LaTeX, or use an equation editor. The best choice depends on where the mathematics will appear.
Copying Unicode symbols
Unicode symbols work well in ordinary text, worksheets, headings, messages, and simple documents. Examples include \(\pi\), \(\theta\), \(\leq\), \(\geq\), \(\neq\), \(\sqrt{}\), and \(\infty\). Use the Copy buttons in the symbol table when you need the actual character.
Using LaTeX commands
LaTeX is useful for equations because it preserves mathematical structure. For example, type \textbackslash frac{a}{b} to produce \(\frac{a}{b}\), \textbackslash sqrt{x} to produce \(\sqrt{x}\), and \textbackslash sum to produce \(\sum\). LaTeX is particularly useful when expressions contain fractions, integrals, exponents, subscripts, matrices, or multi-line equations.
The quadratic formula above is easier to read in LaTeX than as a plain-text sequence of slashes, carets, and brackets. The notation makes the numerator, denominator, square root, exponent, and plus-or-minus relationship visible.
Using equation editors
Word processors, learning platforms, presentation tools, and many online editors include equation tools. These are often the best option when a document will be shared with people who may not have the same font support. An equation editor also makes it less likely that a fraction bar, superscript, or symbol will be lost during copy-and-paste.
Do not rely on font shape alone
Some symbols look very similar: \(O\) and \(0\), \(l\) and \(1\), \(\times\) and \(x\), \(-\) and \(\minus\), \(\epsilon\) and \(\in\), or \(\subset\) and \(\subseteq\). When accuracy matters, use a clear equation editor, explain the variable names, and check the final rendered document.
Frequently asked questions about math symbols
What are the most common mathematical symbols?
Common symbols include \(+\), \(-\), \(\times\), \(\div\), \(=\), \(\neq\), \(<\), \(>\), \(\leq\), \(\geq\), \(\sqrt{}\), \(\pi\), \(\infty\), \(\sum\), and \(\int\). Their meaning depends on the mathematical context.
What is the difference between = and ≡?
The symbol \(=\) states equality. The symbol \(\equiv\) often states an identity, congruence, or modular equivalence. For example, \((x+1)^2\equiv x^2+2x+1\) is an algebraic identity, while \(17\equiv5\pmod{12}\) is a modular-congruence statement.
What does ∈ mean in math?
The symbol \(\in\) means “is an element of” or “belongs to.” For example, \(3\in\mathbb{N}\) states that 3 belongs to the set of natural numbers.
What is the difference between ⊂ and ⊆?
\(A\subset B\) usually means that \(A\) is a proper subset of \(B\), while \(A\subseteq B\) means that every element of \(A\) belongs to \(B\) and allows \(A=B\). Some textbooks use \(\subset\) differently, so check the author’s convention.
What does the upside-down A symbol mean?
The symbol \(\forall\) is the universal quantifier. It means “for every” or “for all.” For example, \(\forall x\in\mathbb{R},x^2\geq0\).
What does the backwards E symbol mean?
The symbol \(\exists\) is the existential quantifier. It means “there exists.” For example, \(\exists x\in\mathbb{R}\) such that \(x^2=2\).
What does the vertical bar mean in mathematics?
It depends on context. It can mean absolute value, set size, “such that,” conditional probability, divisibility, determinant notation, or an evaluation boundary. Read the full expression before deciding which meaning applies.
How do I type the pi symbol?
You can copy \(\pi\) from the symbol table. In LaTeX, type \textbackslash pi. Pi is commonly used for the ratio of a circle’s circumference to its diameter.
Is this page a calculator?
No. This page is a symbol and notation reference. To evaluate an expression after you understand the notation, use the separate scientific calculator.
Use symbols to make mathematics clearer
Symbols save space, but their real value is precision. Read them in context, preserve grouping with brackets and fraction bars, choose the correct equality or inequality sign, and use consistent notation when writing a solution. A well-written expression lets another person understand not only the answer, but also the mathematical relationship being claimed.


