Random Word Shape Text Generator
May 2025
[Note: there's a second less complicated one in an endnote]
This little function generates random letters in the shape of paragraphs to fill up text areas for examples.
The goal is to make it as small as possible while providing something that looks like text if you squint at it.
HTML
Example 1
Example 2
Example 3
Output
Example 1
Example 2
Example 3
JavaScript
;
The specific letters are all random. They work fine if you only need the shape of a paragraph for squinting at.
Lorem Ipsum text is probably better in most cases if you're gonna be close enough to read. That requires a bigger function, though.
-a
end of line
Endnotes