Wide Text Generator
The wide, airy lettering of a vaporwave album cover. Two different techniques produce it, and combining them gives the widest result.
What this wide text generator does
It produces the stretched lettering associated with vaporwave artwork and 1990s Japanese software. The three rows get there by different routes: the first replaces your characters, the second keeps them and pads the gaps, and the third does both.
How it actually works
The full-width row is a character substitution, and its origin is a genuine typographic problem rather than an aesthetic one. Japanese and Chinese characters are traditionally set on a square grid, each occupying one em cell. Latin letters mixed into that text looked wrong at their natural narrow width, so the older East Asian encodings included a second set of Latin letters drawn to fill the full square. Unicode inherited both sets, and the wide ones live in a block named, plainly enough, Halfwidth and Fullwidth Forms. When you use the full-width row you are borrowing letters designed to sit comfortably beside kanji.
That block is unusually complete for this kind of trick: it covers the entire printable ASCII range, so punctuation and symbols convert too, not just letters. The space is swapped for the ideographic space, a genuinely wider blank character.
The spaced-out row involves no special characters whatsoever. It inserts an ordinary space between each of your letters. That is the entire technique, and it is worth knowing because spaced text has none of the font-support risks of the substitution approach — it is your original letters, so it renders anywhere.
Where people use it
- Vaporwave and lo-fi playlist titles on Spotify and YouTube, which is the style's natural home.
- Instagram and Tumblr bios aiming for a deliberately retro, early-web look.
- Discord category headers, where the extra width makes a divider read as a divider.
- Video titles and thumbnails, where wide text fills a line without needing a larger size.
- Profile display names, where the spacing alone distinguishes a name from everyone else's.
It costs you space twice over. Full-width characters count as one character each but take roughly double the visual room, and the spaced version genuinely doubles your character count. In a bio with a hard limit, a wide line eats the budget fast.
Questions about wide text
What is the difference between full width and just adding spaces?
Full width swaps each letter for a different, wider character, so the letterforms themselves change shape and the character count stays the same. Adding spaces keeps your original letters and inserts real space characters between them, which doubles the character count but guarantees the text renders everywhere. The third row applies both.
Why does wide text break onto a new line so early?
Because each character genuinely occupies about twice the width of a normal letter, so a line fills up in half the number of characters. Fields that wrap by width rather than by character count, such as display names, will wrap or truncate a full-width word much sooner than you expect.
Does full width text count as more characters in a bio?
No — each full-width letter is a single character, exactly like the letter it replaces. The spaced-out row is the one that costs you, because every inserted space is a character too. If you are close to a limit, use the full-width row rather than the spaced one.
Why does the space between words look so large?
The full-width conversion replaces the ordinary space with the ideographic space, a separate character that is as wide as one of the square cells. It is the correct partner for full-width letters, but it is noticeably bigger than a normal word space, which is part of the look.
Is full width text safe to use on any platform?
It is among the safest styles on this site. These characters have been part of standard encodings since long before Unicode and are covered by essentially every font that supports East Asian text, which means almost all of them. Support is far better than for the mathematical or phonetic alphabets used elsewhere.
Related generators
-
Ⓑⓤⓑⓑⓛⓔ ⓣⓔⓧⓣ
Bubble Text Generator
Every letter sealed inside its own circle, hollow or filled.
-
ꜱᴍᴀʟʟ ᴛᴇxᴛ
Small Text Generator
Small capitals and raised superscript letters for quieter lines.
-
𝗕𝗼𝗹𝗱 𝘁𝗲𝘅𝘁
Bold Text Generator
Heavy sans-serif letters that survive a paste into any plain-text field.
-
𝔻𝕠𝕦𝕓𝕝𝕖 𝕤𝕥𝕣𝕦𝕔𝕜
Double Struck Text Generator
Blackboard bold, the outlined chalk lettering used in mathematics.
-
𝗔𝗦𝗖𝗜𝗜 𝗮𝗿𝘁
ASCII Banner Generator
Words built from blocks of characters, for terminals and code comments.
-
𝓒𝓾𝓻𝓼𝓲𝓿𝓮 𝓽𝓮𝔁𝓽
Cursive Text Generator
Flowing script letters, in both a light and a heavy weight.