- How is 'wide' achieved?
- Inserts a space (or other separator) between every character. Not Unicode manipulation — pure spacing. Result: `h e l l o` instead of `hello`.
- Is this different from vaporwave text?
- Different technique. Vaporwave uses fullwidth Unicode glyphs (̀each character is intrinsically wider). Wide Text adds literal spaces between normal characters. Both produce wide-looking output.
- What separator can I use?
- Space by default. Also configurable to em-space, hair-space, zero-width-space, or any custom character (star, bullet, dash).
- Is it still searchable?
- No — inserting spaces between letters breaks word boundaries. `h e l l o` doesn't match a search for `hello`. Decorative only.