Wide Text Generator
Stretch your text using fullwidth Unicode characters — the vaporwave aesthetic, built from real characters rather than by inserting spaces between letters.
That distinction matters. Inserting spaces breaks words for search and for screen readers, and looks uneven because letter widths differ. Fullwidth characters are each exactly one em wide, which is why proper wide text lines up so cleanly.
Prefer circles to width? Try bubble text
Wide Text Examples
Every printable ASCII character has a fullwidth form, so punctuation and symbols convert too.
| Input | Output | What it shows |
|---|---|---|
| aesthetic | aesthetic | The canonical vaporwave word. |
| VAPORWAVE | VAPORWAVE | Uppercase fullwidth forms. |
| wide text 2026 | wide text 2026 | Digits have fullwidth forms as well. |
| hello world | hello world | The space becomes an ideographic space to match the glyph width. |
| a e s t h e t i c | a e s t h e t i c | Text with existing spaces gets wide spaces too — usually too much. |
| why? because! | why? because! | Punctuation converts, keeping the line evenly spaced. |
| price: $99 | price: $99 | Symbols including $ and : have fullwidth counterparts. |
| café | café | Accented letters are outside ASCII and stay unchanged. |
How Fullwidth Characters Work
This is the only style on the site that is purely arithmetic — no lookup table is involved at all.
A fixed offset maps ASCII to fullwidth
Every printable ASCII character from U+0021 to U+007E has a fullwidth twin exactly 0xFEE0 code points higher. The conversion is a single addition, which is why coverage is complete and consistent.
The space is a special case
A plain space has no fullwidth form at that offset, so it is replaced with U+3000, the ideographic space. Without this the gaps between words would look far too narrow beside the wider glyphs.
Fullwidth means exactly one em
These characters exist so Latin text can align with Chinese, Japanese and Korean characters in a fixed grid. Each occupies exactly one full-width cell, which is what makes the spacing so even.
Non-ASCII passes through
Accented letters, emoji and other scripts fall outside the ASCII range and are left unchanged.
Wide Text Against the Other Styles
One phrase, five styles, for a direct visual comparison.
Shared input: Style my text
| Transformation | Result | Reach for it when |
|---|---|---|
| Bold | 𝗦𝘁𝘆𝗹𝗲 𝗺𝘆 𝘁𝗲𝘅𝘁 | You want weight without a formatting bar. |
| Italic | 𝘚𝘵𝘺𝘭𝘦 𝘮𝘺 𝘵𝘦𝘹𝘵 | You want a slant for titles or asides. |
| Small caps | Sᴛʏʟᴇ ᴍʏ ᴛᴇxᴛ | You want an understated, typographic look. |
| Bubble | Ⓢⓣⓨⓛⓔ ⓜⓨ ⓣⓔⓧⓣ | You want a playful, high-contrast look. |
| Wide | Style my text | You want the vaporwave spacing effect. |
Wide Text Caveats
Fullwidth text is roughly twice as wide as the original, and that has consequences beyond aesthetics.
It doubles your visual line length
A phrase that fitted on one line will usually wrap onto two. Keep wide text to a few words, especially in a bio or a username field.
Character limits count them the same
Each fullwidth character is still one character, so a 30-character wide string uses 30 of your limit while looking twice as long. That is in your favour, unlike the spacing trick.
Do not confuse it with inserted spaces
Typing "a e s t h e t i c" gives an uneven look and breaks the word for search and screen readers. Fullwidth characters keep the word as one token.
Search still will not match it
Fullwidth characters are distinct from their ASCII equivalents, so a plain-word search does not find them — though some systems normalise fullwidth to ASCII, which occasionally makes them searchable.
Where Wide Text Renders
Fullwidth forms are core to East Asian typography, so support is essentially universal on modern systems.
Instagram and TikTok
The classic home of the aesthetic. Renders correctly everywhere, but the doubled visual width means a wide bio line often wraps awkwardly on a phone.
Discord
Full support in messages, nicknames and channel names. Wide channel names are a common decorative pattern.
Steam and gaming profiles
Widely used for profile names. Some games truncate names by display width rather than character count, which cuts wide names short.
Terminals and code
Fullwidth characters occupy two columns in most terminals. That is correct behaviour, but it will disrupt any fixed-width alignment you had.
What Wide Text Is For
Vaporwave and retro aesthetics
The style is inseparable from the vaporwave visual language, where it evokes early Japanese computing interfaces.
Profile and channel names
A wide name stands out in a list because it occupies visibly more space than its neighbours.
Section headers in plain text
A wide line makes a strong divider in a plain-text document, README or bio where no headings exist.
Album and playlist titles
A staple of the aesthetic on music platforms, where it signals genre before anyone presses play.
Frequently Asked Questions
Related Text Tools
Bold Text Generator
Copy-paste bold text for bios and captions with no formatting bar.
Italic Text Generator
Unicode italics that survive a copy and paste anywhere.
Small Text Generator
ꜱᴍᴀʟʟ ᴄᴀᴘꜱ text for usernames, bios and captions.
Bubble Text Generator
Ⓒⓘⓡⓒⓛⓔⓓ letters and numbers, copy-ready.
Strikethrough Text Generator
C̶r̶o̶s̶s̶ ̶o̶u̶t̶ text anywhere, even where there is no formatting.
Underline Text Generator
U̲n̲d̲e̲r̲l̲i̲n̲e̲ text with a combining Unicode mark.
Zalgo Glitch Text Generator
Stack combining marks for a glitched, corrupted look.
Cursed Text Generator
Maximum-intensity glitch text that spills between lines.