Mathematical Symbols

Last Updated : 24 Sep, 2025

Maths symbols are special notations used to represent numbers, operations, relations, sets, functions, and other mathematical ideas. Instead of writing everything in words, mathematicians use symbols to make expressions shorter, clearer, and more universal.

math_symbols
Some Common Maths Symbols


List of mathematics symbols along with their names, uses, and examples.

Basic Symbols of Maths

Symbol

Name

DescriptionExample

Addition

plus 2 + 7 = 9

Subtraction

minus 14 - 6 = 8


Multiplication


times

2 × 5 = 10

·

7 2 = 14

*

Asterisk

4 * 5 = 20

÷

Division


divided by
5 ÷ 5 = 1
/16 ⁄ 8 = 2
=

Equality

is equal to2 + 6 = 8
<


Comparison

is less than17 < 45
>is greater than19 > 6

minus – plus

minus or plus5 ∓ 9 = -4 and 14
±

plus – minus

plus or minus5 ± 9 = 14 and -4
.

decimal point

period12.05 = 12 +(5/100)
mod

modulo

mod of16 mod 5 = 1
ab

exponent

power73 = 343
√a

square root

√a · √a = a√16 = 4
3√a

cube root

3√a ·3√a · 3√a = a

3√27 = 3

4√a

fourth root

4√a ·4√a · 4√a · 4√a = a4√625 = 5
n√a

n-th root (radical)

n√a · n√a · · · n times = afor n = 5, n√32 = 2
%

percent

1 % = 1/10025% × 60
= 25 /100 × 60
= 15

per-mile

1 ‰ = 1/1000 = 0.1%10 ‰ × 50
= 10/1000 × 50
= 0.5
ppmper-million1 ppm = 1/100000010 ppm × 50
= 10/1000000 × 50
= 0.0005
ppb

per-billion

1 ppb = 10-910 ppb × 50
= 10 × 10-9 × 50
= 5 × 10-7
ppt

per-trillion

1 ppt = 10-1210 ppt × 50
= 10 × 10-12 × 50
= 5 × 10-10

Algebraic Symbols

Symbol

Name

DescriptionExample

x, y

Variables

unknown value

3x = 9 ⇒ x = 3

1, 2, 3....

Numeral constants

numbers

x + 5 = 10, here 5 and 10 are constants

Inequation

is not equal to3 ≠ 5
Approximately equalis approximately equal to√2≈1.41
Definition
is defined as
'or'
is equal by definition
(a+b)2 ≡ a2+ 2ab + b2
:=

(a-b)2 := a2-2ab + b2

a2-b2(a-b).(a+b)

<

Strict Inequality

is less than17 < 45
>is greater than19 > 6

<<

is much less than

1 << 999999999

>>

is much greater than

999999999 >> 1

Inequality

is less than or equal to3 ≤ 5 and 3 ≤ 3
is greater than or equal to4 ≥ 1 and 4 ≥ 4
[ ]



Brackets

Square brackets[ 1 + 2 ] - [2 +4] + 4 × 5
= 3 - 6 + 4 × 5
= 3 - 6 + 20
= 23 - 6 = 17
( )Parentheses (round brackets)(15 / 5) × 2 + (2 + 8)
= 3 × 2 + 10
= 6 + 10
= 16

Proportionproportional to

x ∝ y⟹ x = ky, where k is a constant.

f(x)Function

f(x) = x, is used to maps values of x to f(x)

f(x) = 2x + 5

!Factorialfactorial6! = 1 × 2 × 3 × 4 × 5 × 6 = 720

Material implication

implies

x = 2 ⇒x2 = 4, but x2= 4 ⇒ x = 2 is false, because x could also be -2.

Material equivalence

if and only if

x = y + 4 ⇔ x-4 = y

|....|

Absolute value

Absolute value of

|5| = 5 and |-5| = 5

Geometry Symbols

Symbol

Name

Example

Angle

∠PQR = 30°

Right angle

∟XYZ = 90°

.

Point

(a,b,c) It is represented as a coordinate in space by a point.

Ray

\overrightarrow{\rm AB} is a ray.

_

Line Segment

\overline{\rm AB} is a line segment.

Line

\overleftrightarrow{\rm AB} It is a line.

\frown

Arc

\frown\over{\rm AB} = 45°

Parallel

AB ∥ CD

Not parallel

AB ∦ CD

Perpendicular

AB ⟂ CD

\not\perp

Not perpendicular

AB\not\perp CD

Congruent

△ABC ≅ △XYZ

~

Similarity

△ABC ~ △XYZ

Triangle

△ABC represents ABC as a triangle.

°

Degree

a = 30°

rad or c

Radians

360° = 2πc

grad or g

Gradians

360° = 400g

|x-y|

Distance

| x-y | = 5

π

pi constant

2π= 2 × 22/7 = 44/7

Set Theory Symbols

Symbol

Name

MeaningExample
{ }symbolsIt is used to determine the elements in a set.{1, 2, a, b}
|such thatIt is used to determine the condition of the set.

{ a | a > 5}

:

{ x : x > 0}

belongs toIt determines that an element belongs to a set.A = {1, 5, 7, c, a}
7 ∈ A
not belongs toIt indicates that an element does not belong to a set.A = {1, 5, 7, c, a}
0 ∉ A
= Equality Relation

It determines that two sets are the same.

A = {1, 2, 3} 
B = {1, 2, 3} then
A = B
SubsetIt represents that all of the elements of set A are present in set B, or set A is equal to set B.

A = {1, 3, a}

B = {a, b, 1, 2, 3, 4, 5}

A ⊆ B

Proper SubsetIt represents all of the elements of set A that are present in set B, and set A is not equal to set B.

A = {1, 2, a}

B = {a, b, c, 2, 4, 5, 1} 

A ⊂ B

Not a SubsetIt determines that A is not a subset of set B.

A = {1, 2, 3}

B = {a, b, c}

A ⊄ B

SupersetIt represents that all of the elements of set B are present in set A, or set A is equal to set B.

A = {1, 2, a, b, c}

B = {1, a} 

A ⊇ B

Proper SupersetIt determines that A is a superset of B, but set A is not equal to set BA = {1, 2, 3, a, b}
B = {1, 2, a}
A ⊃ B
ØEmpty SetIt determines that there is no element in a set. { } = Ø
UUniversal SetIt is a set that contains elements of all other relevant sets.A = {a, b, c}
B = {1, 2, 3}, then
U = {1, 2, 3, a, b, c}
|A| or n{A}Cardinality of a SetIt represents the number of items in a set.A = {1, 3, 4, 5, 2}, then |A|=5.
P(X)Power SetIt is the set that contains all possible subsets of a set A, including the set itself and the null set.

If A = {a, b}

P(A) = {{ }, {a}, {b}, {a, b}}

Union of SetsIt is a set that contains all the elements of the provided sets.

A = {a, b, c}

B = {p, q}

A ∪ B = {a, b, c, p, q}

Intersection of SetsIt shows the common elements of both sets.

A = { a, b}

B= {1, 2, a}

A ∩ B = {a}

XOR X’Complement of a Sett of a set includes all other elements that do not belong to that set.

A = {1, 2, 3, 4, 5}

B = {1, 2, 3} then

X′ = A – B

X′ = {4, 5}

Set DifferenceIt shows the difference in elements between the two sets.

A = {1, 2, 3, 4, a, b, c}

B = {1, 2, a, b}

A – B = {3, 4, c}

× Cartesian Product of SetsIt is the product of the ordered components of the sets.

A = {1, 2} and B = {a}

A × B = {(1, a), (2, a)}

Calculus & Analysis Symbols

SymbolSymbol NameExample
εepsilonε → 0
ee Constant/Euler’s Numbere = lim (1+1/x)x , x→∞
limx→alimitlimx→2(2x + 2) = 2×2 + 2 = 6
y‘derivative(4x2)’ = 8x
y”Second derivative(4x2)” = 8
y(n)nth derivativenth derivative of xn xn {yn(xn)} = n (n-1)(n-2)….(2)(1) = n!
dy/dxderivatived(6x4)/dx = 24x3
dy/dxderivative

d2(6x4)/dx2 = 72x2

dny/dxnnth derivativenth derivative of xn xn {dn(xn)/dxn} = n (n-1)(n-2)….(2)(1) = n!
DxSingle derivative of time d(6x4)/dx = 24x3
D2xsecond derivatived(6x4)/dx = 24x3
Dnxderivativenth derivative of xn {Dn(xn)} = n (n-1)(n-2)….(2)(1) = n!

∂/∂x

partial derivative∂(x5 + yz)/∂x = 5x4
integral∫xn dx = xn + 1/n + 1  +  C
double integral∬(x+ y) dx. dy
triple integral∫∫∫(x+ y + z) dx.dy.dz
closed contour/line integralC 2p dp
closed surface integralV (⛛.F)dV = ∯S (F.n̂) dS
closed volume integral∰ (x2 + y2 + z2) dx dy dz
[a,b]closed intervalcos x ∈ [ – 1, 1]
(a,b)open intervalf is continuous within (-1, 1)
z*complex conjugateIf z = a + bi then z* = a – bi
iimaginary unitz = a + bi
nabla/del∇f (x,y,z)
x * yconvolutiony(t) = x(t) * h(t)
lemniscatex ≥ 0; x ∈ (0, ∞)

Combinatorics Symbols

Symbol

Symbol Name

Meaning or Definition

Example

n!Factorial n! = 1×2×3×…×n4! = 1×2×3×4 = 24
nPkPermutationnPk = n!/(n - k)!4P2 = 4!/(4 - 2)! = 12
nCkCombinationnCk = n!/(n - k)!.k!4C2 = 4!/2!(4 - 2)! = 6

Numeral Symbols

NameEuropeanRoman
zero0n/a
one1I
two2II
three3III
four4IV
five5V
six6VI
seven7VII
eight8VIII
nine9IX
ten10X
eleven11XI
twelve12XII
thirteen13XIII
fourteen14XIV
fifteen15XV
sixteen16XVI
seventeen17XVII
eighteen18XVIII
nineteen19XIX
twenty20XX
thirty30XXX
forty40XL
fifty50L
sixty60LX
seventy70LXX
eighty80LXXX
ninety90XC
one hundred100C

Greek Symbols

Greek Symbol

Greek Letter Name

English Equivalent

Lower Case

Upper Case

ΑαAlphaa
ΒβBetab
ΔδDeltad
ΓγGammag
ΖζZetaz
ΕεEpsilone
ΘθThetath
ΗηEtah
ΚκKappak
ΙιIotai
ΜμMum
ΛλLambdal
ΞξXix
ΝνNun
ΟοOmicrono
ΠπPip
ΣσSigmas
ΡρRhor
ΥυUpsilonu
ΤτTaut
ΧχChich
ΦφPhiph
ΨψPsips
ΩωOmegao

Logic Symbols

SymbolNameMeaningExample
¬Negation (NOT)It is not the case that¬P (Not P)
Conjunction (AND)Both are trueP ∧ Q (P and Q)
Disjunction (OR)At least one is trueP ∨ Q (P or Q)
Implication (IF...THEN)If the first is true, then the second is trueP → Q (If P, then Q)
Bi-implication (IF AND ONLY IF)Both are true, or both are falseP ↔ Q (P if and only if Q)
Universal quantifier (for all)Everything in the specified set∀x P(x) (For all x, P(x))
Existential quantifier (there exists)There is at least one in the specified set∃x P(x) (There exists an x such that P(x))

Discrete Mathematics Symbols

SymbolNameMeaningExample
Set of natural numbersPositive integers (including zero)0, 1, 2, 3, ...
Set of integersWhole numbers (positive, negative, and zero)-3, -2, -1, 0, 1, 2, 3, ...
Set of rational numbersNumbers expressible as a fraction1/2, 3/4, 5, -2, 0.75, ...
Set of real numbersAll rational and irrational numbersπ, e, √2, 3/2, ...
Set of complex numbersNumbers with real and imaginary parts3 + 4i, -2 - 5i, ...
n!Factorial of nProduct of all positive integers up to n5! = 5 × 4 × 3 × 2 × 1
nCk or C(n, k)Binomial coefficientNumber of ways to choose k elements from n items5C3 = 10
G, H, ...Names for graphsVariables representing graphsGraph G, Graph H, ...
V(G)Set of vertices of graph GAll the vertices (nodes) in graph GIf G is a triangle, V(G) = {A, B, C}
E(G)Set of edges of graph GAll the edges in graph GIf G is a triangle, E(G) = {AB, BC, CA}
|V(G)|Number of vertices in graph GTotal count of vertices in graph GIf G is a triangle, |V(G)| = 3
|E(G)|Number of edges in graph GTotal count of edges in graph GIf G is a triangle, |E(G)| = 3
SummationSum over a range of values∑_{i=1}^{n} i = 1 + 2 + ... + n
Product notationProduct over a range of values∏_{i=1}^{n} i = 1 × 2 × ... × n
Comment

Explore