Lorem Ipsum: where it comes from and why it stuck
You’ve probably seen “Lorem ipsum dolor sit amet…” on website mockups and print layouts. It’s the de-facto placeholder text in the world, and its origin actually goes back to a Roman philosopher.
Origin: Cicero’s De Finibus
The source text comes from Cicero’s De Finibus Bonorum et Malorum (45 BC).
Original passage:
Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit…
(Translation: “Nor again is there anyone who loves or pursues pain, because it is pain…“)
A 16th-century printer scrambled and reshuffled this passage to produce the modern Lorem Ipsum:
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
The result reads as Latin-shaped letters but isn’t meaningful Latin. Some words (“lorem” itself) don’t even exist.
Why it has lasted 500+ years
Several reasons:
1. It mimics natural text statistics
Lorem Ipsum’s vowel/consonant balance and word length distribution are tuned to feel close to English, so:
- Font legibility tests look realistic.
- Layout density matches actual content.
- No font changes (no full-width vs half-width swaps).
2. Meaningless content keeps reviews on track
If you fill a mockup with real prose (Shakespeare, news articles, etc.), reviewers read the words and the design discussion derails. Lorem Ipsum has no meaning, so reviewers focus on layout and typography.
3. Industry recognition
Designers and developers recognize it as “this is a placeholder”, so nobody flags it as “weird wording”.
“Lorem” is not a real word
Lorem doesn’t exist in Latin. It was created when the printer dropped “do” from the original “dolorem” (pain). Many surrounding words are real Latin, but several are altered or invented:
consectetur(real)adipiscing(real, conjugated form of adipisci)elit(real)eiusmod(not real, a contraction of “eiusdem modi”)
Modern alternatives
Beyond classic Lorem Ipsum:
1. Themed dummy text generators
- Bacon Ipsum (meat words)
- Cupcake Ipsum (sweets)
- Hipster Ipsum (hipster vocabulary)
Mostly jokes — for serious design work, classic Lorem Ipsum is the safer choice.
2. Non-Latin placeholder text
Latin characters and CJK characters have different widths, so Lorem Ipsum on a Japanese page looks wrong. Common Japanese placeholders:
- “Anoiihatovo no sukitootta kaze…” — opening of Miyazawa Kenji’s Spring and Asura.
- The iroha poem.
- The opening of I Am a Cat by Sōseki.
For Japanese-language sites, you need Japanese placeholder text.
3. AI-generated contextual placeholders
ChatGPT and similar tools can generate “fake news article” or “fake product description” placeholders. Pro: more realistic content tests. Con: reviewers read the words and get distracted.
Sizing dummy text
Useful targets when laying out:
- Headline: 5–8 words (H1).
- Subhead: 8–12 words (H2).
- Paragraph: 30–80 words.
- Article body: 300–800 words.
Match the dummy text length to the eventual content length — too-short or too-long placeholders misrepresent the real layout.
Encoding watch-out
Lorem Ipsum is pure ASCII, so it hides UTF-8 bugs. Sites that will hold non-ASCII content must also be tested with non-ASCII placeholder text. Email rendering, PDF generation, and text-in-image pipelines are common places where ASCII-only testing lets bugs through.
Summary
- Lorem Ipsum is a 16th-century scramble of a Cicero passage from 45 BC.
- Its meaninglessness keeps design reviews focused on visuals.
- Letter statistics approximate English, useful for layout testing.
- Non-Latin sites need their own placeholder.
To generate dummy text by paragraph count or character count, the Lorem Ipsum generator on this site has the controls you’d expect.