0
0 is the additive identity: the number that leaves any number unchanged when added to it. It's a genuine number, not merely an absence — though whether it counts as a "natural number" depends on which mathematical convention you use.
- Zero
Where 0 fits
Why 0 is special
0 sits outside the classical positive/negative divide, makes place-value notation itself possible, and was independently developed by multiple civilisations before becoming the foundation binary computing and zero-based indexing depend on today.
Same number, different meanings
How 0 is understood across different contexts — never implying one meaning because of another.
- Mathematics
0 sits outside the classical positive/negative divide, makes place-value notation itself possible, and was independently developed by multiple civilisations before becoming the foundation binary computing and zero-based indexing depend on today.
- Science
Zero degrees Celsius is the freezing point of water at standard pressure, chosen for convenience rather than because anything fundamental happens there. Absolute zero sits at −273.15 on the same scale.
- History
The Indian mathematician Brahmagupta gave the first known formal rules for arithmetic with zero, including its role in negative numbers, in his 628 CE text the Brāhmasphuṭasiddhānta. These rules were later transmitted through the Islamic world (notably via al-Khwārizmī) and reached Europe by the late Middle Ages.
- Culture
Zero reached Europe through Fibonacci's Liber Abaci in 1202 and was treated with suspicion for generations. Florence banned Arabic numerals in 1299, partly because a symbol for nothing was thought to invite fraud in ledgers.
- Everyday life
Many everyday systems use zero as a fixed reference point rather than "nothing": 0 metres for sea level, 0°C for the freezing point of water on the Celsius scale, the final moment of a countdown, and the origin of a coordinate grid. These uses treat zero as a precise, meaningful value, not an absence.
- Technology & computing
In binary, the base-2 number system underlying digital computing, 0 and 1 are the only two digits, with 0 conventionally corresponding to "off" or "false" in digital logic. Zero-based indexing — starting a count at 0 rather than 1 — is a widespread convention in programming languages including C, Python and JavaScript, originating from how array memory offsets are calculated. "Null" (the deliberate absence of a value) and "zero" (a specific numeric value) are related but distinct concepts, often confused in casual usage.
Representations
- Decimal
- 0
- Scientific notation
- 0
Roman numerals
Roman numerals have no symbol for zero. The system is additive rather than positional, so it never needs a mark for an empty column — there are no columns. Medieval Latin computists writing Easter tables used the word nulla, sometimes abbreviated N, where a zero was needed, but that is a Latin word in a table, not a numeral.
Binary
0
0 × 1 = 0
Octal
0
0 × 1 = 0
Hexadecimal
0
0 × 1 = 0
In historical numeral systems
Egyptian
Egyptian numerals have no zero, and being non-positional they never need one — there is no empty column to mark. Egyptian scribes did have a concept of zero for other purposes: the word nfr ("good", "complete") marks the zero reference level on construction diagrams and a zero balance in accounting papyri. That is a word doing zero's job, not a numeral.
Babylonian
Babylonian numerals have no zero as a number. The early system had no sign for an empty place at all, which is exactly why some tablets are ambiguous; a placeholder sign — two slanted wedges — appears only from around the sixth century BCE, and marks a gap between digits rather than standing as a value in its own right.
Greek (Ionic)
Ionic Greek numerals have no zero. Each letter carries its own magnitude, so there is no empty place to mark. Hellenistic astronomers writing sexagesimal fraction tables did use a small round mark for an absent value, but that belongs to their borrowed Babylonian notation, not to ordinary Greek numerals.
Hebrew numerals
Hebrew numerals have no zero. Each letter states its own value, so nothing needs a placeholder — and Hebrew calendar years, the commonest modern use, never require one. Modern Hebrew writes zero as 0, using Hindu-Arabic digits like everyone else.
Chinese numerals
líng
líng
〇 is the ordinary written zero; 零 is the fuller form, used in financial writing and inside larger numbers. The financial (anti-fraud) form is 零.
Maya
shell (zero)
The shell is a true zero: it occupies a place and states that the place is empty. Mesoamerica arrived at that idea independently of India.
Systems that simply cannot reach this value are left out. Where a script needs a font most readers do not have, the reading is given instead of the glyphs — see number systems for each system in full.
Related numbers & connections
0 and 1 are the additive and multiplicative identities respectively — the two foundational values every other number is built from under addition and multiplication.
View 1 →0 is one of the two digits (with 1) used to represent all data in the binary number system.
100°C and 0°C are the two fixed reference points — boiling and freezing water at standard atmospheric pressure — that originally defined the Celsius temperature scale.
View 100 →Shares a distinctive class
- is associated with1
why?
Strength 0.50, confidence "high".
Numbers Around Us
- appears inBinary number system
why?
Strength 0.50, confidence "high".
- appears inRGB colour model
why?
Strength 0.50, confidence "high".
Science
Zero degrees Celsius is the freezing point of water at standard pressure, chosen for convenience rather than because anything fundamental happens there. Absolute zero sits at −273.15 on the same scale.
DocumentedScienceGeography: GlobalPeriod: 1742–
History
The Indian mathematician Brahmagupta gave the first known formal rules for arithmetic with zero, including its role in negative numbers, in his 628 CE text the Brāhmasphuṭasiddhānta. These rules were later transmitted through the Islamic world (notably via al-Khwārizmī) and reached Europe by the late Middle Ages.
DocumentedHistoryCulture: IndianPeriod: 628 CELeonardo of Pisa ("Fibonacci") introduced Hindu-Arabic numerals, including zero, to a wider European audience in his 1202 book Liber Abaci. Adoption was gradual: several Italian cities and merchant guilds in the 13th–14th centuries restricted or banned the use of Hindu-Arabic numerals (including zero) in official ledgers for a time, preferring Roman numerals, which were seen as harder to alter fraudulently.
DocumentedHistoryGeography: ItalyPeriod: 13th–14th century CEThe concept of zero as both a placeholder and a number in its own right developed independently in multiple ancient civilisations, including Mesoamerica and India, before spreading via the Islamic world to Europe.
DocumentedHistoryPeriod: c. 4th century BCE – 7th century CE
Culture
Zero reached Europe through Fibonacci's Liber Abaci in 1202 and was treated with suspicion for generations. Florence banned Arabic numerals in 1299, partly because a symbol for nothing was thought to invite fraud in ledgers.
DocumentedCultureGeography: Europe, arriving from India via the Islamic worldPeriod: 1202–
Everyday life
Many everyday systems use zero as a fixed reference point rather than "nothing": 0 metres for sea level, 0°C for the freezing point of water on the Celsius scale, the final moment of a countdown, and the origin of a coordinate grid. These uses treat zero as a precise, meaningful value, not an absence.
DocumentedEveryday lifeSeveral everyday systems deliberately avoid starting at zero: a standard six-sided die is numbered 1–6, not 0–5; ordinary playing cards have no zero card; and most rankings, floor numbering (outside continental European "ground floor" conventions) and jersey numbering conventionally begin at 1. This mirrors a broader pattern — everyday, human-facing counting usually starts at 1, while technical and computing systems more often start at 0.
DocumentedEveryday life
Technology & computing
In binary, the base-2 number system underlying digital computing, 0 and 1 are the only two digits, with 0 conventionally corresponding to "off" or "false" in digital logic. Zero-based indexing — starting a count at 0 rather than 1 — is a widespread convention in programming languages including C, Python and JavaScript, originating from how array memory offsets are calculated. "Null" (the deliberate absence of a value) and "zero" (a specific numeric value) are related but distinct concepts, often confused in casual usage.
DocumentedTechnology & computing
Mathematics
Zero is the additive identity (n + 0 = n for every number n) and is excluded from the prime numbers because primality is only defined for whole numbers greater than 1. Division by zero is left undefined in standard arithmetic because no number, multiplied by zero, can produce a nonzero result — the operation has no consistent answer.
DocumentedMathematicsBy mathematical convention, any nonzero number raised to the power of 0 equals 1 (n⁰ = 1), chosen specifically to keep the standard laws of exponents consistent. Similarly, 0! (zero factorial) is defined as 1 — a convention, not a count of arrangements, that keeps formulas like combinations and permutations working correctly when zero items are involved.
DocumentedMathematics
Common questions
Is zero an even number?
Yes. Even means divisible by two with no remainder, and zero divided by two is zero. It is not a special case or a matter of convention — it satisfies the definition exactly.
Why can't you divide by zero?
Because there is no answer that works. Dividing 6 by 2 asks what number times 2 gives 6; dividing 6 by 0 asks what number times 0 gives 6, and nothing times zero gives anything but zero. Division by zero is left undefined rather than assigned a value.
Is 0 a prime number?
No, 0 is not prime.
What are the factors of 0?
0 has no positive integer factors.
What is 0 in Roman numerals?
There isn't one. Roman numerals are additive rather than positional, so there is no empty column for a zero to hold open and no symbol was ever needed. Medieval Latin writers used the word nulla where a table required a zero.
About this page's data
Mathematical facts:computed directly from the number's value — nothing to source or verify externally.
Contextual records: 10 reviewer-confirmed records, sourced and reviewed before publication.
Last reviewed: 15 July 2026