All Mathematical Symbols – Complete Reference Guide

A comprehensive collection of mathematical symbols with their names, meanings, and examples. Click any symbol to copy it instantly!

What are Mathematical Symbols?

Mathematical symbols are specialized characters used to represent mathematical concepts, operations, relations, and quantities. They form the universal language of mathematics, enabling precise communication of complex ideas across cultures and languages.

From basic arithmetic operators like + and − to advanced notation in calculus and set theory, these symbols have evolved over centuries. This comprehensive maths symbols chart covers all mathematical symbols with their names and meanings, organized by category for easy reference.

Whether you're a student, teacher, engineer, or researcher, this all mathematical symbols guide serves as your complete reference for mathematical notation.

➕ Arithmetic Symbols

Symbol Name Meaning Example
+PlusAddition3 + 5 = 8
MinusSubtraction9 − 4 = 5
×TimesMultiplication4 × 3 = 12
÷DivisionDivision12 ÷ 4 = 3
/SlashDivision / Fraction6/2 = 3
=EqualsEquality2 + 2 = 4
Not EqualInequality5 ≠ 3
<Less ThanComparison3 < 5
>Greater ThanComparison7 > 4
Less Than or EqualComparisonx ≤ 10
Greater Than or EqualComparisony ≥ 0
±Plus-MinusBoth positive and negativex = ±5
Minus-PlusOpposite of plus-minus3 ± 2 = 5 ∓ 2
%PercentPer hundred50% = 0.5
Per MillePer thousand5‰ = 0.005
.Decimal PointDecimal separator3.14
Square RootSquare root√9 = 3
Cube RootCube root∛8 = 2
Fourth RootFourth root∜16 = 2
^CaretExponentiation2^3 = 8
!FactorialFactorial5! = 120
|x|Absolute ValueDistance from zero|−5| = 5

🔢 Algebra Symbols

Symbol Name Meaning Example
x, y, zVariablesUnknown valuesx + 2 = 5
Approximately EqualApproximationπ ≈ 3.14
Identical ToIdentical / Congruentx ≡ y (mod n)
Proportional ToProportionalityy ∝ x
InfinityUnbounded quantitylim x→∞
SummationSum of sequence∑(i=1 to n) i
ProductProduct of sequence∏(i=1 to n) i = n!
( )ParenthesesGrouping(2 + 3) × 4
[ ]BracketsGrouping / Interval[0, 1]
{ }BracesSet notation{1, 2, 3}
⌊ ⌋FloorGreatest integer ≤ x⌊3.7⌋ = 3
⌈ ⌉CeilingSmallest integer ≥ x⌈3.2⌉ = 4
f(x)FunctionFunction notationf(x) = x²
f⁻¹Inverse FunctionInverse of ff⁻¹(f(x)) = x
°DegreeDegree of polynomial/angle90°
Superscript nExponentxⁿ
Subscript nIndexaₙ
logLogarithmLogarithm base 10log(100) = 2
lnNatural LogLogarithm base eln(e) = 1
eEuler's Number≈ 2.71828e¹ ≈ 2.718

📐 Geometry Symbols

Symbol Name Meaning Example
AngleAngle∠ABC = 45°
Right Angle90 degree angle∟ABC
°DegreeAngle measurement360°
Prime / MinuteArc minute / feet45° 30′
Double Prime / SecondArc second / inches45° 30′ 15″
PerpendicularPerpendicular linesAB ⊥ CD
ParallelParallel linesAB ∥ CD
Not ParallelNot parallelAB ∦ CD
CongruentSame shape and size△ABC ≅ △DEF
~SimilarSame shape, different size△ABC ~ △DEF
TriangleTriangle shape△ABC
SquareSquare / Rectangle□ABCD
CircleCircle shape○O
Circle with CenterCircle with center point⊙O
πPiRatio of circumference to diameterπ ≈ 3.14159
radRadianAngle unitπ rad = 180°
ArcCurved line segment⌢AB
LineInfinite line↔AB
RayHalf-line→AB
Line SegmentSegment between pointsAB

∫ Calculus Symbols

Symbol Name Meaning Example
IntegralIntegration∫f(x)dx
Double IntegralIntegration over area∬f(x,y)dA
Triple IntegralIntegration over volume∭f(x,y,z)dV
Contour IntegralLine integral over closed curve∮f(z)dz
Partial DerivativePartial differentiation∂f/∂x
d/dxDerivativeDifferentiationd/dx(x²) = 2x
f′Prime NotationFirst derivativef′(x)
f″Double PrimeSecond derivativef″(x)
Dot NotationTime derivativeẋ = dx/dt
Double DotSecond time derivativeẍ = d²x/dt²
limLimitLimit of functionlim(x→0) sin(x)/x = 1
Nabla / DelGradient operator∇f
DeltaChange / Difference∆x = x₂ − x₁
δLowercase DeltaInfinitesimal changeδx
εEpsilonSmall positive number|x − a| < ε
InfinityUnbounded limitlim x→∞
dxDifferentialInfinitesimal change in x∫ydx

{ } Set Theory Symbols

Symbol Name Meaning Example
{ }Set BracesSet notation{1, 2, 3}
Element OfIs member of set3 ∈ {1,2,3}
Not Element OfIs not member of set4 ∉ {1,2,3}
ContainsSet contains element{1,2,3} ∋ 2
Proper SubsetProper subset of{1,2} ⊂ {1,2,3}
Proper SupersetProper superset of{1,2,3} ⊃ {1,2}
SubsetSubset or equalA ⊆ B
SupersetSuperset or equalB ⊇ A
Not SubsetIs not subset of{1,4} ⊄ {1,2,3}
UnionSet unionA ∪ B
IntersectionSet intersectionA ∩ B
Set MinusSet differenceA ∖ B
Empty SetSet with no elementsA ∩ B = ∅
Natural Numbers{1, 2, 3, ...}5 ∈ ℕ
Integers{..., -1, 0, 1, ...}−3 ∈ ℤ
Rational NumbersFractions p/q½ ∈ ℚ
Real NumbersAll real numbersπ ∈ ℝ
Complex Numbersa + bi form3+2i ∈ ℂ
|A|CardinalityNumber of elements|{1,2,3}| = 3
𝒫(A)Power SetSet of all subsets𝒫({1,2})
×Cartesian ProductSet of ordered pairsA × B

∧ Logic Symbols

Symbol Name Meaning Example
Logical AndConjunctionp ∧ q
Logical OrDisjunctionp ∨ q
¬NegationNot¬p
~TildeNegation (alternate)~p
ImplicationIf...thenp → q
ImpliesLogical implicationp ⇒ q
BiconditionalIf and only ifp ↔ q
EquivalentLogical equivalencep ⇔ q
For AllUniversal quantifier∀x: P(x)
There ExistsExistential quantifier∃x: P(x)
∃!Unique ExistenceThere exists exactly one∃!x: P(x)
ThereforeLogical conclusion∴ x = 5
BecauseReason follows∵ x > 0
TautologyAlways truep ∨ ¬p = ⊤
ContradictionAlways falsep ∧ ¬p = ⊥
XORExclusive orp ⊕ q
XOR (alternate)Exclusive orp ⊻ q
TurnstileProves / DerivesΓ ⊢ φ
Double TurnstileModels / SatisfiesΓ ⊨ φ

📊 Statistics & Probability Symbols

Symbol Name Meaning Example
P(A)ProbabilityProbability of event AP(A) = 0.5
P(A|B)Conditional ProbabilityProbability of A given BP(A|B)
P(A∩B)Joint ProbabilityProbability of A and BP(A∩B)
P(A∪B)Union ProbabilityProbability of A or BP(A∪B)
μMuPopulation meanμ = 50
X-barSample meanx̄ = 48.5
σSigmaStandard deviation (population)σ = 5
σ²Sigma SquaredVariance (population)σ² = 25
sSStandard deviation (sample)s = 4.8
S SquaredVariance (sample)s² = 23
SummationSum of values∑xᵢ
nSample SizeNumber in samplen = 100
NPopulation SizeNumber in populationN = 10000
E(X)Expected ValueExpected value of XE(X) = μ
Var(X)VarianceVariance of XVar(X) = σ²
ρRhoCorrelation coefficientρ = 0.85
rRSample correlationr = 0.82
nCrCombinationn choose r5C2 = 10
nPrPermutationn permute r5P2 = 20
!FactorialProduct of integers5! = 120
~DistributionFollows distributionX ~ N(μ,σ²)
N(μ,σ²)Normal DistributionGaussian distributionX ~ N(0,1)

αβγ Greek Letters in Mathematics

Symbol Name Meaning Example
αAlphaAngle, coefficientα = 30°
βBetaAngle, coefficientβ = 60°
γGammaAngle, Euler constantγ ≈ 0.5772
ΓGamma (upper)Gamma functionΓ(n) = (n-1)!
δDeltaSmall changeδx
ΔDelta (upper)Change, discriminantΔ = b² - 4ac
εEpsilonSmall positive numberε > 0
ζZetaRiemann zeta functionζ(s)
ηEtaEfficiency, coordinateη = 0.95
θThetaAngleθ = 45°
ΘTheta (upper)Big-Theta notationΘ(n²)
ιIotaIndex, inclusionι: A → B
κKappaCurvatureκ = 1/R
λLambdaEigenvalue, wavelengthλ = 2
ΛLambda (upper)Diagonal matrixΛ = diag(λ₁,λ₂)
μMuMean, microμ = 100
νNuFrequencyν = 50 Hz
ξXiRandom variableξ ~ N(0,1)
ΞXi (upper)Cascade particleΞ⁰
πPiCircle constant ≈ 3.14159C = 2πr
ΠPi (upper)Product notationΠ(i=1 to n)
ρRhoCorrelation, densityρ = 0.9
σSigmaStandard deviationσ = 5
ΣSigma (upper)SummationΣ(i=1 to n)
τTauTime constant, 2πτ = 2π
υUpsilonFrequencyυ
φPhiGolden ratio ≈ 1.618φ = (1+√5)/2
ΦPhi (upper)CDF of normal dist.Φ(z)
χChiChi-square testχ²
ψPsiWave functionψ(x)
ΨPsi (upper)Digamma functionΨ(x)
ωOmegaAngular velocityω = 2πf
ΩOmega (upper)Ohm, sample spaceR = 10Ω

🔬 Advanced Mathematical Symbols

Symbol Name Meaning Example
AlephCardinality of infinite setsℵ₀
ℵ₀Aleph NullCountable infinity|ℕ| = ℵ₀
ℵ₁Aleph OneFirst uncountable cardinalℵ₁
BethBeth numbersℶ₁ = 2^ℵ₀
NablaGradient/Del operator∇f = grad f
∇²LaplacianLaplace operator∇²f
∇×CurlCurl of vector field∇×F
∇·DivergenceDivergence of vector field∇·F
Tensor ProductTensor/Kronecker productA ⊗ B
Direct SumDirect sum of spacesV ⊕ W
Symmetric DifferenceSet symmetric differenceA ⊖ B
Hadamard ProductElement-wise productA ⊙ B
DaggerHermitian conjugateA†
*AsteriskConvolution, conjugatef * g
CompositionFunction composition(f ∘ g)(x)
⟨ ⟩Angle BracketsInner product, expectation⟨u, v⟩
‖ ‖NormVector/matrix norm‖v‖ = √(v·v)
detDeterminantMatrix determinantdet(A)
trTraceMatrix tracetr(A)
rankRankMatrix rankrank(A)
dimDimensionVector space dimensiondim(V)
kerKernelNull spaceker(T)
imImageRange of transformationim(T)
EllSequence spaceℓ²
H-barReduced Planck constantℏ = h/2π
BoundaryBoundary operator∂S
Big UnionUnion of many sets⋃(i=1 to n) Aᵢ
Big IntersectionIntersection of many sets⋂(i=1 to n) Aᵢ
HomotopyHomotopy equivalentX ≃ Y
IsomorphicIsomorphismG ≅ H
Defined AsDefinitionf(x) ≜ x²
:=DefinitionIs defined asn := 5
DiameterDiameter symbol⌀ = 10cm
Measured AngleMeasured angle∡ABC = 45°
Spherical AngleSpherical angle∢ABC

❓ Frequently Asked Questions

How many mathematical symbols are there?

There are hundreds of mathematical symbols used across different branches of mathematics. This comprehensive page covers over 150 essential symbols from arithmetic, algebra, geometry, calculus, set theory, logic, statistics, and advanced mathematics. New symbols continue to be introduced as mathematics evolves.

What are advanced math symbols?

Advanced math symbols include Greek letters (α, β, γ, π), calculus notations (∫, ∂, ∇), set theory symbols (∈, ⊂, ∪), logic operators (∧, ∨, ⇒), and special mathematical constants and functions used in higher mathematics like linear algebra, topology, and abstract algebra.

Are math symbols universal?

Most mathematical symbols are internationally standardized and used universally. However, some notations may vary by region. For example, some countries use a comma instead of a period for decimals, and multiplication may be shown as × or ·. The symbols listed here follow international mathematical conventions recognized by mathematicians worldwide.

How do I type mathematical symbols?

You can type mathematical symbols using keyboard shortcuts (Alt codes on Windows), character maps, LaTeX notation, or simply copy and paste from reference pages like this one. Click any symbol on this page to copy it to your clipboard instantly for use in documents, emails, or code.

What is the most used mathematical symbol?

The equals sign (=) is considered the most used mathematical symbol, introduced by Robert Recorde in 1557. Other commonly used symbols include the plus (+), minus (−), multiplication (×), and division (÷) signs. In advanced mathematics, the integral sign (∫) and summation symbol (∑) are also extensively used.

✓ Symbol copied to clipboard!