- What gets rendered?
- Spaces as `·`, tabs as `→`, line breaks as `¶` (with the actual break still happening), zero-width characters as `◌`, and non-breaking spaces distinctly from regular spaces.
- Why would I visualize whitespace?
- Debugging mixed indentation, hunting for invisible characters that break parsers, or auditing copied text for zero-widths that shouldn't be there.
- Can I copy the visible output?
- The glyphs are display-only — copying gives you the actual characters. For a copyable representation with visible markers, use Clipboard Cleaner to convert to explicit markers.
- Does it highlight suspicious characters?
- Yes — zero-width characters and non-standard spaces are shown in red. Regular spaces and tabs in grey. Easy to spot what shouldn't be there.