Math Symbols List — Complete Guide with Copy Paste and Meanings

Complete list of math symbols with meanings, Unicode codes, and copy-paste support. Algebra, calculus, set theory, logic, and Greek math symbols explained.

Math symbols are everywhere — textbooks, spreadsheets, programming, scientific papers, even social media. But most people only know the basics: plus, minus, equals. There are hundreds of mathematical symbols in Unicode, and knowing what they mean (and how to type them) is surprisingly useful.

This guide covers every commonly used math symbol, organized by category. Each symbol includes its meaning, Unicode code point, and a copy-paste version you can use anywhere.

Basic Arithmetic Symbols

These are the foundation. You use them daily in calculations, spreadsheets, and basic math.

SymbolNameMeaningUnicode
+PlusAdditionU+002B
MinusSubtractionU+2212
×MultiplicationMultiplyU+00D7
÷DivisionDivideU+00F7
=EqualsEqual toU+003D
Not equalNot equal toU+2260
±Plus-minusPlus or minus (tolerance)U+00B1
&percent;PercentPer hundredU+0025
Per millePer thousandU+2030

Comparison and Relational Symbols

Used to compare values. Essential for algebra, programming, and data analysis.

SymbolNameMeaningUnicode
<Less thanSmaller thanU+003C
>Greater thanLarger thanU+003E
Less than or equalSmaller or equalU+2264
Greater than or equalLarger or equalU+2265
Approximately equalRoughly equalU+2248
Identical toExactly equivalentU+2261
Proportional toProportionalU+221D
Tilde / similar toSimilarU+223C

Algebra and Set Theory Symbols

Core symbols for algebra, set operations, and abstract mathematics.

SymbolNameMeaningUnicode
SummationSum of a seriesU+2211
ProductProduct of a seriesU+220F
Element ofBelongs to a setU+2208
Not an element ofNot in a setU+2209
Subset or equalContained inU+2286
Superset or equalContainsU+2287
UnionCombine setsU+222A
IntersectionCommon elementsU+2229
Empty setSet with nothingU+2205
For allUniversal quantifierU+2200
There existsExistential quantifierU+2203

Calculus and Analysis Symbols

Symbols from differential and integral calculus — the language of change and accumulation.

SymbolNameMeaningUnicode
IntegralIntegrationU+222B
Nabla / DelGradient operatorU+2207
Partial differentialPartial derivativeU+2202
InfinityWithout boundU+221E
dx, dyDifferentialInfinitesimal changeText
limLimitApproaches a valueText

Logic Symbols

Used in mathematical logic, computer science, and formal proofs.

SymbolNameMeaningUnicode
Logical ANDBoth trueU+2227
Logical OREither trueU+2228
¬Logical NOTNegationU+00AC
ThereforeConsequentlyU+2234
&because;BecauseSinceU+2235
ImpliesIf...thenU+2192
If and only ifBiconditionalU+2194
&vdash;ProvesDerivable fromU+22A2

Geometry Symbols

SymbolNameMeaningUnicode
AngleAngular measureU+2220
PerpendicularAt right anglesU+22A5
&par;ParallelParallel linesU+2225
°DegreeAngle/temperatureU+00B0
Square rootRoot of a numberU+221A
πPi3.14159...U+03C0

Common Greek Math Letters

Greek letters are used extensively in mathematics and science. Here are the ones you will encounter most often.

SymbolNameCommon UseUnicode
αAlphaAngles, coefficientsU+03B1
βBetaAngles, coefficientsU+03B2
γGammaGamma functionU+03B3
δDeltaChange, differenceU+03B4
θThetaAnglesU+03B8
λLambdaWavelength, eigenvaluesU+03BB
μMuMean, micro prefixU+03BC
σSigmaStandard deviationU+03C3
τTauTime constantU+03C4
φPhiGolden ratio, anglesU+03C6
ωOmegaAngular velocity, ohmsU+03C9

Number and Number Theory Symbols

SymbolNameMeaningUnicode
&naturals;Natural numbers{1, 2, 3, ...}U+2115
&integers;Integers{..., -2, -1, 0, 1, 2, ...}U+2124
&rationals;Rational numbersFractionsU+211A
&reals;Real numbersAll real valuesU+211D
&complexes;Complex numbersa + biU+2102
PrimePrime numberU+2032
!Factorialn! = n(n-1)...(1)U+0021

How to Type Math Symbols

Most math symbols are not on your keyboard. Here is how to type the common ones:

  • Windows: Hold Alt and type the code on the numpad. For example, Alt+0247 gives you the division sign. Or use the Character Map (Win + R, type "charmap").
  • Mac: Use the Character Viewer (Ctrl + Command + Space). Search for the symbol by name.
  • Microsoft Office: Insert > Symbol > More Symbols. Or use AutoCorrect shortcuts (type "1/2" and it auto-converts).
  • Google Docs: Insert > Special Characters. Draw the symbol or search by name.
  • LaTeX: Most symbols have LaTeX commands: \alpha, \sum, \int, \infty, etc.
  • HTML: Use named entities (&amp;sum;, &amp;infin;) or numeric codes (&#8721;, &#8734;).

Or just copy-paste from the tables above. That works too.