Symbol Reference: Mathematical Symbols Guide 2026
Mathematical symbols are a universal language. Whether you're a student staring at your first algebra problem or a researcher reading a topology paper, the same symbols appear across every branch of math. The problem is that nobody hands you a decoder ring when you start learning.
This guide does exactly that. We've organized every major mathematical symbol by category, with clear explanations, examples, and a reference table at the end you can bookmark and come back to. Think of it as your personal math symbol dictionary for 2026.
Why Mathematical Symbols Matter
Before symbols existed, mathematicians wrote everything in prose. Describing even a simple equation took a full paragraph. Symbols compressed centuries of mathematical thought into a compact notation that anyone — regardless of their spoken language — can read and use.
Today, mathematical notation appears in programming languages, engineering diagrams, scientific papers, and everyday documents. Knowing these symbols isn't just for mathematicians. It's useful for anyone working with data, code, or science.
Common Mathematical Symbols
Basic Arithmetic Operations
These are the building blocks — the first symbols you ever learned, and still the most-used ones in everyday math.
+ Addition
Unicode: U+002B | Means: Add, combine, sum
Example: 7 + 3 = 10
− Subtraction
Unicode: U+2212 | Means: Minus, take away, reduce
Example: 15 − 6 = 9
× Multiplication
Unicode: U+00D7 | Means: Times, multiplied by
Example: 4 × 5 = 20
÷ Division
Unicode: U+00F7 | Means: Divided by
Example: 18 ÷ 3 = 6
= Equals
Unicode: U+003D | Means: Is the same as, equivalent to
Example: 4 + 4 = 8
≠ Not Equal
Unicode: U+2260 | Means: Is not the same as
Example: 5 ≠ 7
Comparison Symbols
Comparison symbols tell you the relationship between two quantities — which is bigger, which is smaller, and when they're equal.
> Greater Than
Unicode: U+003E | Example: 10 > 3 (ten is greater than three)
< Less Than
Unicode: U+003C | Example: 2 < 9 (two is less than nine)
≥ Greater Than or Equal To
Unicode: U+2265 | Example: x ≥ 0 (x is zero or positive)
≤ Less Than or Equal To
Unicode: U+2264 | Example: y ≤ 100 (y is at most one hundred)
≈ Approximately Equal
Unicode: U+2248 | Example: π ≈ 3.14159
Advanced Mathematical Symbols
Algebra and Number Theory
√ Square Root
Unicode: U+221A | Means: The value that, squared, produces the number
Example: √25 = 5 | √144 = 12
∛ Cube Root
Unicode: U+221B | Example: ∛27 = 3
% Percent
Unicode: U+0025 | Means: Per hundred
Example: 75% = 75/100 = 0.75
! Factorial
Unicode: U+0021 | Means: Multiply all positive integers up to n
Example: 5! = 5 × 4 × 3 × 2 × 1 = 120
± Plus or Minus
Unicode: U+00B1 | Means: Could be positive or negative
Example: The roots of x² = 9 are x = ±3
∞ Infinity
Unicode: U+221E | Means: Unbounded, endless
Example: As x → 0, 1/x → ∞
Set Theory
Set theory symbols describe collections of objects and the relationships between them. You'll find these in probability, logic, and computer science too.
∈ Element Of
Unicode: U+2208 | Means: Is a member of the set
Example: 3 ∈ {1, 2, 3, 4}
∉ Not an Element Of
Unicode: U+2209 | Example: 5 ∉ {1, 2, 3, 4}
∅ Empty Set
Unicode: U+2205 | Means: A set with no elements
Example: The set of even prime numbers > 2 = ∅
∪ Union
Unicode: U+222A | Means: Everything in either set
Example: {1,2} ∪ {2,3} = {1,2,3}
∩ Intersection
Unicode: U+2229 | Means: Only what's in both sets
Example: {1,2,3} ∩ {2,3,4} = {2,3}
⊂ Subset
Unicode: U+2282 | Means: All elements exist in the larger set
Example: {1,2} ⊂ {1,2,3,4}
Calculus Symbols
∫ Integral
Unicode: U+222B | Means: Area under a curve, or antiderivative
Example: ∫x dx = x²/2 + C
∂ Partial Derivative
Unicode: U+2202 | Means: Rate of change with respect to one variable
Example: ∂f/∂x
∑ Summation (Sigma)
Unicode: U+2211 | Means: Sum of a series of terms
Example: ∑n from 1 to 5 = 1+2+3+4+5 = 15
∏ Product (Pi Notation)
Unicode: U+220F | Means: Product of a series of terms
Example: ∏n from 1 to 4 = 1×2×3×4 = 24
Δ Delta
Unicode: U+0394 | Means: Change in a quantity
Example: Δx = x₂ − x₁
Logic Symbols
∀ For All
Unicode: U+2200 | Means: Applies to every element
Example: ∀x: x + 0 = x
∃ There Exists
Unicode: U+2203 | Means: At least one element satisfies this
Example: ∃x: x² = 4
∴ Therefore
Unicode: U+2234 | Means: The conclusion that follows
Example: A = B, B = C, ∴ A = C
∵ Because
Unicode: U+2235 | Means: The reason that precedes
Example: x = 5, ∵ 2x = 10
Usage Examples
In Everyday Documents
You'll encounter mathematical symbols in:
- Spreadsheets: Formulas use =, +, -, *, / constantly
- Scientific writing: Approximation (≈), proportional (∝), and infinity (∞)
- Statistics: Mean (x̄), standard deviation (σ), summation (∑)
- Programming: != for ≠, >= for ≥, ** for exponents
- Engineering diagrams: Δ for change, ± for tolerance
Typing Math Symbols
Most math symbols aren't on standard keyboards. Here's how to get them:
- Windows: Alt codes (e.g., Alt+8730 for √) or Character Map
- Mac: Option key shortcuts or the Character Viewer
- Web: HTML entities like √ for √ or copy-paste from a symbol library
- LaTeX: \sqrt{}, \sum, \int, \infty
Mathematical Symbols Quick Reference Table
Bookmark this table for fast lookup. Sorted alphabetically by name.
| Symbol | Name | Unicode | Meaning |
|---|---|---|---|
| + | Addition | U+002B | Sum of two values |
| ≈ | Approximately | U+2248 | Close but not exact |
| ∠ | Angle | U+2220 | Geometric angle |
| ∵ | Because | U+2235 | Reason indicator |
| ∛ | Cube Root | U+221B | Value cubed = original |
| Δ | Delta | U+0394 | Change in quantity |
| ÷ | Division | U+00F7 | Divided by |
| ∈ | Element of | U+2208 | Member of a set |
| ∅ | Empty Set | U+2205 | Set with no members |
| = | Equals | U+003D | Same value |
| ! | Factorial | U+0021 | Product of descending integers |
| ∀ | For All | U+2200 | Universal quantifier |
| > | Greater Than | U+003E | Left value is larger |
| ≥ | Greater or Equal | U+2265 | Left is larger or same |
| ∞ | Infinity | U+221E | Unbounded |
| ∫ | Integral | U+222B | Area under curve |
| ∩ | Intersection | U+2229 | Common elements |
| < | Less Than | U+003C | Left value is smaller |
| ≤ | Less or Equal | U+2264 | Left is smaller or same |
| × | Multiplication | U+00D7 | Product |
| ≠ | Not Equal | U+2260 | Different values |
| ∉ | Not Element of | U+2209 | Not in the set |
| ∂ | Partial Derivative | U+2202 | Change re: one variable |
| % | Percent | U+0025 | Per hundred |
| π | Pi | U+03C0 | ≈ 3.14159 |
| ± | Plus or Minus | U+00B1 | Either sign |
| ∏ | Product | U+220F | Series product |
| ∝ | Proportional To | U+221D | Scales with |
| √ | Square Root | U+221A | Value squared = original |
| ⊂ | Subset | U+2282 | Contained in set |
| − | Subtraction | U+2212 | Difference |
| ∑ | Summation | U+2211 | Sum of series |
| ∴ | Therefore | U+2234 | Conclusion |
| ∃ | There Exists | U+2203 | Existential quantifier |
| ∪ | Union | U+222A | Combined sets |
Common Mistakes With Math Symbols
A few things trip people up regularly:
- The minus sign vs. hyphen: The subtraction symbol (−, U+2212) is wider than a hyphen (-). In professional documents, use the actual minus sign.
- × vs. x: The multiplication sign (×) is often confused with the letter x in variable notation. In algebra, x is a variable; × means multiply.
- ∈ vs. ⊂: ∈ means an element is in a set; ⊂ means one set is inside another. "3 ∈ {1,2,3}" but "{1,2} ⊂ {1,2,3}".
- Δ in different contexts: Δ means "change" in calculus but can mean "discriminant" in algebra (b² − 4ac). Context matters.
Learning Mathematical Notation
The best way to get comfortable with math symbols is exposure and practice. Start with the arithmetic symbols you already know, then move through algebra into set theory and calculus as you need them. You don't need to memorize all 35 symbols in the table above today.
For hands-on practice, try reading a Wikipedia math article and looking up any symbol you don't recognize. After a week of that, you'll find yourself recognizing most of them without thinking. If you need special characters for your own documents or social media, check out our math symbols copy-paste guide and our broader special characters in documents guide for insertion methods across every platform.
Wrapping Up
Mathematical symbols are a precision tool. They pack meaning into a single character that would otherwise take a sentence to explain. Once you know what each one means, the dense notation in textbooks and papers stops being intimidating and starts being efficient.
Use the reference table above whenever you encounter an unfamiliar symbol, and over time, you'll build a solid working vocabulary of mathematical notation that serves you across math, science, programming, and beyond.