Lorem Ipsum Generator

Overview

The Lorem Ipsum generator produces placeholder text in 11 languages — Latin, Simplified Chinese, Japanese, Korean, Arabic, Spanish, Russian, German, French, Portuguese, and Italian — in paragraph, sentence, word, or list form, with output in plain text, HTML, Markdown, or JSON. It's useful for filling design mockups, testing multilingual typography, or generating mock API data.

Output Examples

Classic Latin, 3 paragraphs with "Start with Lorem Ipsum" enabled:

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.

Chinese mode, 5 sentences:

天地玄黄宇宙洪荒日月盈昃辰宿列张。寒来暑往秋收冬藏闰余成岁律吕调阳。

HTML mode, 2 paragraphs:

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<p>Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>

JSON mode, 3 sentences:

["Lorem ipsum dolor sit amet.", "Consectetur adipiscing elit.", "Sed do eiusmod tempor."]

Generation Limits and Quantity Controls

The count field accepts 1–100 units (paragraphs, sentences, or words). Advanced options let you set sentences-per-paragraph as a range from 1–20, and words-per-sentence from 3–30. The three quick presets map to fixed ranges: Short is 1 paragraph at 2–4 sentences with 5–10 words each; Medium is 3 paragraphs at 4–6 sentences with 8–12 words; Long is 5 paragraphs at 5–8 sentences with 10–15 words.

Language-Specific Behavior to Know

CJK languages (Chinese and Japanese) generate character sequences with no spaces between them, so the word-count display shows character count instead. Arabic output is right-to-left and uses Arabic punctuation. Selecting list mode automatically switches the output format to Markdown regardless of what was previously set.

Output Format Differences

Plain text / Markdown

  • Plain: paste directly into any editor
  • Markdown: list mode outputs - or 1. prefixed items

HTML / JSON

  • HTML: paragraphs wrapped in <p> tags, ready for web templates
  • JSON: array of strings, useful for mock API responses

Regenerating Without Losing Settings

Click Regenerate to produce new random content while keeping all current settings. The output changes each time; the language, format, and count stay the same.