Skip to main content
All articles

The History of the Percent Sign: From Ancient Rome to the % Symbol

How did the % symbol come to be? Trace the history of percentages from Roman tax calculations through medieval Italian merchants to the modern percent sign we use today.

Updated 2026-04-034 min read972 words

The percent sign (%) is one of the most universally recognized mathematical symbols on Earth. It appears on sale tags, tax forms, weather forecasts, election results, nutritional labels, and stock tickers. But how did two zeros separated by a slash come to mean "out of one hundred"? The history is surprisingly rich, tracing from ancient Rome through medieval commerce to modern typesetting.

Ancient Rome: The Foundation

The concept of calculating in fractions of 100 dates to ancient Rome, though the Romans did not have a dedicated symbol for it. Roman taxes and interest rates were routinely expressed in hundredths. The Emperor Augustus levied a centesima rerum venalium — literally "a hundredth of the value of goods sold" — a 1% sales tax on all auction transactions.

The Latin phrase per centum ("by the hundred") was used in financial documents to describe interest rates and tax fractions. A loan at quinque per centum charged five per hundred — what we would write as 5%.

This "per centum" phrasing survived intact through the medieval period into early modern Europe.

Medieval Merchants: The Abbreviation Problem

As trade expanded in medieval Italy, merchants needed faster ways to write "per centum" in their account books. The phrase appeared so frequently in commercial records that abbreviations became essential.

By the 15th century, Italian manuscripts show "per cento" contracted to "p cento," then to "p c°" (using a superscript zero to indicate contraction). These shorthand forms proliferated as double-entry bookkeeping spread from Italian city-states to the rest of Europe.

A Florentine manuscript from 1425 preserved in the University of Bologna Library shows one of the earliest known abbreviations: "pc" with a superscript "o" — clearly an ancestor of the modern symbol, though still recognizably derived from "per cento."

The 17th-Century Transformation

The crucial transformation from abbreviation to symbol happened gradually across the 1600s and 1700s. Scribes copying financial manuscripts simplified "p c°" into a horizontal fraction-like mark. By the mid-17th century, documents appear with "%" as a standalone sign distinct from any lettering.

The shift was aided by the printing press. Early type foundries needed a single typeset character that could replace the multi-character abbreviation. The form that survived — two zeros separated by a diagonal line — efficiently conveyed the idea of "hundredths" (the two zeros representing 100) in a single glyph.

The earliest printed use of the modern "%" symbol is generally traced to a 1685 Italian commercial handbook, though the exact date and document remain debated by mathematical historians.

Spread Across Languages

The percent concept spread globally with European commerce, and most languages adopted either a translation of "per centum" or borrowed the Latin directly:

  • French: pour cent → abbreviated as % (same symbol)
  • German: Prozent (from Latin) → same symbol
  • Spanish: por ciento → same symbol
  • Arabic: في المئة (fi al-mi'a, "in the hundred") → same symbol universally in Arabic mathematical notation
  • Japanese and Chinese: adopted the symbol directly from Western mathematics

The % symbol is one of the few mathematical symbols that is truly universal — unlike decimal notation (which uses comma vs. period depending on country) or number formatting, % means the same thing in every language that uses it.

The Per Mille and Per Myriad Variants

The success of % inspired related symbols for other denominators:

‰ (per mille): Represents "per thousand" (one-tenth of a percent). Used in blood alcohol content measurements (0.08% BAC = 0.8‰), bond yields quoted in basis points, and geographic elevation measurements. The symbol visibly extends % by adding a third zero.

‱ (per myriad, or basis point): Represents "per ten thousand." Commonly used in finance: a basis point is 1/100th of a percent (0.01%). A fee of "50 basis points" is 0.50%. This symbol is rarely seen outside specialist finance contexts.

The Modern Keyboard

The percent sign was included in the earliest ASCII standard (1963), assigned code point 37, which it still occupies. It appears on every keyboard in essentially the same position — typically on the number 5 key in standard keyboard layouts worldwide.

The Unicode standard (which has replaced ASCII for most computing purposes) includes % at U+0025, plus several variants: the Arabic percent sign ٪ (U+066A) and the full-width percent sign % (U+FF05) used in East Asian typography.

Percent in the Digital Age

The percent sign acquired a new meaning in the digital era: URL encoding. In web addresses (URLs), the % character signals an escaped character sequence. The space character becomes %20, the @ symbol becomes %40. This encoding system, defined in RFC 1738 (1994), means that % can no longer appear literally in a URL — it must itself be encoded as %25.

This dual use causes occasional confusion in web development: a URL like `example.com/sales?discount=20%` would be misread by browsers, which would interpret `%` followed by the next two characters as a hex code. Web URLs must encode the percent sign itself: `example.com/sales?discount=20%25`.

Why Two Zeros?

The visual design of % — two circles separated by a diagonal line — is not arbitrary. The two circles represent the two zeros in 100, and the diagonal line represents division. The symbol literally depicts "something divided by one hundred," which is exactly what a percentage calculation does.

Whether this was an intentional design decision by an unknown medieval scribe or an emergent simplification from the "pc°" abbreviation is still unclear. But the visual logic is unmistakable, and it likely contributed to the symbol's persistence over alternatives that were tried and abandoned.

The % symbol is a compressed pictograph of the math itself — two zeros, a dividing line, and the implicit understanding that you are dealing with fractions of one hundred. Five centuries after its emergence, it remains the clearest shorthand ever devised for one of mathematics' most practical concepts.

Learn more