TextReverse

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.

Aesthetic wide textAesthetic wide text

Prefer circles to width? Try bubble text

0 characters0 words0 lines
Your transformed text will appear here...
0 characters0 words0 lines
Ctrl + Enter Copy resultEsc Clear

Wide Text Examples

Every printable ASCII character has a fullwidth form, so punctuation and symbols convert too.

InputOutputWhat it shows
aestheticaestheticThe canonical vaporwave word.
VAPORWAVEVAPORWAVEUppercase fullwidth forms.
wide text 2026wide text 2026Digits have fullwidth forms as well.
hello worldhello worldThe space becomes an ideographic space to match the glyph width.
a e s t h e t i ca e s t h e t i cText with existing spaces gets wide spaces too — usually too much.
why? because!why? because!Punctuation converts, keeping the line evenly spaced.
price: $99price: $99Symbols 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

TransformationResultReach for it when
Bold𝗦𝘁𝘆𝗹𝗲 𝗺𝘆 𝘁𝗲𝘅𝘁You want weight without a formatting bar.
Italic𝘚𝘵𝘺𝘭𝘦 𝘮𝘺 𝘵𝘦𝘹𝘵You want a slant for titles or asides.
Small capsSᴛʏʟᴇ ᴍʏ ᴛᴇxᴛYou want an understated, typographic look.
BubbleⓈⓣⓨⓛⓔ ⓜⓨ ⓣⓔⓧⓣYou want a playful, high-contrast look.
WideStyle my textYou 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

Browse all text tools →