Percent Sign % — Meaning, History & How to Type It
The percent sign % is one of the most recognized symbols in the world — used in statistics, sales, interest rates, chemistry, and everyday conversation. But most people never think about where it came from, what it actually means, or its many variations. Here's the complete guide.
What Does the Percent Sign Mean?
The percent sign % means "per hundred" or "out of one hundred." The word percent comes from the Latin per centum, which translates directly as "per hundred." So 75% means 75 out of every 100, or 0.75 as a decimal.
It's one of the most universally understood symbols in human communication — a shopper in Tokyo, Cairo, New York, or São Paulo all recognize 50% off as meaning the same thing.
History of the Percent Sign
The concept of "per hundred" calculation was used in ancient Rome and by merchants in medieval Europe for calculating interest and taxes. The symbol itself evolved gradually:
- 15th century: Italian manuscripts used "per cento" written in abbreviated forms
- 17th century: The abbreviation "p/c" or "p.c." became common in commercial documents
- 18th century: The slash was removed or simplified, leading to the % symbol we know today
- 19th century: The % sign became standardized in print and typography
Some historians trace the modern % to a typo or shorthand in an anonymous 1425 Italian manuscript where "per 100" was written so quickly it became a ligature resembling %.
Percent Sign Variations
The percent symbol has several related variants:
Per Mille Sign ‰
The per mille sign ‰ means "per thousand." It looks like % with an extra zero at the bottom. You'll encounter it in:
- Alcohol content: Blood alcohol levels are measured in per mille (0.8‰ is the legal limit in many countries)
- Finance: Interest rates below 1% are sometimes expressed in per mille
- Geology: Isotope ratios and mineral concentrations
- Water salinity: Ocean salinity around 35‰
How to Type the Percent Sign
The % is on most keyboards, usually as Shift+5 in English keyboard layouts:
- Windows: Shift+5 on US keyboard
- Mac: Shift+5 on US keyboard
- iPhone/Android: Tap ?123 for numbers, then find % on the numbers keyboard
- HTML code:
%or%directly - Unicode: U+0025
How to Type the Per Mille Sign ‰
The per mille sign is less accessible but can be typed with:
- Windows: Alt+0137 (on numpad)
- Mac: Option+Shift+R
- Copy paste: ‰
- HTML:
‰ - Unicode: U+2030
Using Percent Correctly in Writing
Style guides vary on whether to write "percent" or "%". Here are the main rules:
- In formal writing: Spell out "percent" — "Sales increased by 15 percent"
- In technical, scientific, or data-heavy writing: Use the symbol — "15% growth rate"
- With numbers: Always use digits with % — "15%" not "fifteen %"
- Spacing: In most style guides (AP, Chicago), no space between number and % — "15%" not "15 %"
- European style: Some European countries use a space before % — "15 %"
Percent in Mathematics
Converting between percentages, decimals, and fractions:
- Percent to decimal: Divide by 100 — 75% = 0.75
- Decimal to percent: Multiply by 100 — 0.25 = 25%
- Percent to fraction: Write over 100 and simplify — 25% = 25/100 = 1/4
- Finding a percent of a number: Multiply — 20% of 80 = 0.20 × 80 = 16
Percent Symbol in Programming
In programming, % has a completely different meaning — it's the modulo operator:
10 % 3returns1(the remainder when 10 is divided by 3)- Used in Python, JavaScript, C, Java, PHP, and most other languages
- In SQL, % is a wildcard character for LIKE queries:
WHERE name LIKE 'S%' - In URLs, % encodes special characters — space becomes %20
- In C printf(), % formats variables in strings:
%dfor integers,%sfor strings
Fun Facts About the Percent Sign
- The % symbol has its own Unicode category: Po (Punctuation, other)
- In some countries, the symbol is written differently or positioned differently
- The full-width percent sign % (U+FF05) is used in Japanese and Chinese typography
- Mathematically, "percent" is dimensionless — 50% of anything means half of it
- The % key is one of the most-used keys on keyboards worldwide