Quick Answer — What Is Lorem Ipsum and How Much Do You Need?
Lorem Ipsum is scrambled Latin used as placeholder text. It comes from a passage in Cicero's *De Finibus Bonorum et Malorum*, written in 45 BC, which a printer garbled in the 1500s to make a type specimen. The point of using nonsense that looks like language is that a reader judges the layout instead of reading the words — real copy pulls attention straight to the sentences and away from the line length, the leading and the column width you were meant to be assessing.
Choose a unit, choose a count, and the generator produces the text. Here is what the standard settings actually produce, all measured from the real output at the default seed:
- 1 paragraph — 56 words, 416 characters
- 2 paragraphs — 126 words, 960 characters
- 3 paragraphs — 174 words, 1,327 characters
- 5 paragraphs — 308 words, 2,349 characters
- 10 paragraphs — 610 words, 4,646 characters
Paragraph length varies deliberately around the target so the block reads like prose rather than a grid of identical lines, which is why the word count does not scale exactly. Lorem Ipsum is pure ASCII, so the UTF-8 byte count always equals the character count — 1,327 characters is 1,327 bytes, with no multi-byte surprises hiding in it.