X Xerobit

Lorem Ipsum History — Where Did the Placeholder Text Come From?

Lorem Ipsum comes from Cicero's 'de Finibus Bonorum et Malorum' written in 45 BC. Learn the origin of this 500-year-old design staple, how it became standard in typesetting,...

Mian Ali Khalid · · 4 min read
Use the tool
Lorem Ipsum Generator
Generate placeholder text — words, sentences, or paragraphs. Classic lorem ipsum plus alternatives (hipster, cupcake, pirate). HTML-wrapped output option.
Open Lorem Ipsum Generator →

The famous “Lorem ipsum dolor sit amet…” is a scrambled excerpt from Cicero’s philosophical text written in 45 BC. It’s been used as standard typesetting placeholder text since the 1500s.

Use the Lorem Ipsum Generator to generate Lorem Ipsum text for your projects.

The source: Cicero’s de Finibus

The original passage comes from de Finibus Bonorum et Malorum (On the Ends of Good and Evil), Book 1, Section 32, written by Marcus Tullius Cicero around 45 BC:

Original Latin:

“Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit…”

Translation:

“Nor is there anyone who loves pain itself because it is pain and thus wants to obtain it…”

The text is a philosophical discussion of Epicurean ethics — arguing that pleasure is the goal of life, but not at the cost of greater pain.

How the scrambling happened

The Lorem Ipsum passage isn’t a direct quote — it’s been deliberately scrambled to make it unreadable as coherent Latin. The scrambling serves a purpose: if the placeholder text had a recognizable meaning, readers would focus on understanding it rather than evaluating the layout.

Key differences from the original:

  • The passage starts mid-sentence (“Lorem ipsum” is not the beginning of any Cicero text)
  • Words have been rearranged and some removed
  • The meaning is completely lost
  • Most readers (even those who know Latin) cannot parse it as coherent text

The 1500s printing era

In the 1500s, an unknown printer scrambled the Cicero passage to fill a galley of type for a type specimen book. Type specimen books showed fonts and layouts to potential customers — they needed text that looked like real writing but had no distracting meaning.

This use of the Lorem Ipsum passage spread through the printing industry. By the mid-20th century, it was the standard placeholder text for typesetters worldwide.

The Letraset breakthrough (1960s)

The passage became truly ubiquitous when Letraset used it on their dry-transfer lettering sheets in the 1960s. Letraset sheets let designers rub letterforms onto mockups without typesetting machinery. Every graphic designer had access to these sheets, and with them came Lorem Ipsum.

Digital desktop publishing (1980s–1990s)

When Aldus PageMaker (precursor to Adobe InDesign) launched in 1985, it included Lorem Ipsum as the default placeholder text. This cemented its status in digital design workflows. Every desktop publishing tool since has followed suit.

The complete standard passage

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

This is the passage most generators use as their base. It contains approximately 69 words.

Why it works so well

Lorem Ipsum remains the best placeholder text because it:

  1. Looks like text — it has the word length distribution and rhythm of real prose
  2. Is obviously fake — no Latin speaker will mistake it for real content
  3. Has no connotations — unlike using real text, no meaning bleeds through
  4. Is industry standard — everyone recognizes it immediately as “placeholder”

Modern use in code

<!-- HTML: standard lorem ipsum paragraph -->
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit...</p>

<!-- Most code editors: type "lorem" + Tab to expand -->
<!-- VS Code Emmet: lorem5 = 5 words, lorem = full paragraph -->

The text has survived 500+ years and multiple technological revolutions. In an industry that reinvents itself every few years, that’s remarkable staying power.


Related posts

Related tool

Lorem Ipsum Generator

Generate placeholder text — words, sentences, or paragraphs. Classic lorem ipsum plus alternatives (hipster, cupcake, pirate). HTML-wrapped output option.

Written by Mian Ali Khalid. Part of the Dev Productivity pillar.