Invisible Text Generator

Produce copyable invisible text (zero-width characters) for testing, formatting tricks, and fun.

Generate invisible zero-width text instantly. Free invisible character maker with ZWSP, ZWNJ, ZWJ and word joiner.

Calculator Inputs

About Invisible Text

Produce copyable invisible text (zero-width characters) for testing, formatting tricks, and fun.

Pick a zero-width character and count to get an invisible string that copies, pastes, and counts as characters while rendering nothing. Each option names its exact code point so you know what you are embedding.

Platforms increasingly strip or collapse these (WhatsApp, some forms), and screen readers may announce them oddly — never use them for essential content. Everything runs in your browser.

Where it is used

Sending blank messages, testing empty-state handling, separating display text, and watermarking text invisibly.

How to use the Invisible Text

  1. Invisible Character — enter the value.
  2. Repeat Count (1–100) — enter the value (e.g. 10).
  3. Calculate — press the Calculate button to see the result instantly above.

Formula

Repeat the chosen zero-width code point N times.

Examples

Example

charType:zwsp
repeat:10
Result: 10× U+200B (looks empty — copy it)

Frequently Asked Questions

Why do some apps show nothing / strip it?
Many platforms normalize zero-width characters away as an anti-abuse measure. Behavior varies by app and version.
ZWSP vs ZWJ vs word joiner?
ZWSP allows line breaks, ZWNJ/ZWJ control ligatures, word joiner prevents breaks. For blank text they look identical.
Can this hide cheating or spam?
It can try — which is why detectors exist. Use it for play and testing, not deception.