Back to CopyBoxBrowser-based tool
Invisible Character Copy Paste

Copy invisible characters and blank text

Copy a blank character, generate repeated invisible text, and test whether the pasted result is actually present. Use it for layout checks, profile formatting, empty messages, and Unicode compatibility tests.

Generate blank text

Choose a character, set the amount, then copy the generated invisible text.

Generated output

3 x U+200B

Test invisible text here

Paste invisible text into the box. If the counter changes while the box appears blank, the character is present.

Characters0
Code pointsNone
ResultWaiting for input

Invisible character table

Use this table to compare common blank and invisible Unicode characters. Some are spacing characters, while others are zero-width formatting characters.

UnicodeNameHTMLSampleCopy
U+0020Regular SpaceStandard visible text spacing. [ ]
U+00A0No-Break SpaceKeeps adjacent words from breaking across lines. [ ]
U+2002En SpaceMedium-width typographic spacing. [ ]
U+2003Em SpaceWide typographic spacing roughly equal to the font size. [ ]
U+2009Thin SpaceNarrow spacing for compact typography. [ ]
U+200AHair SpaceVery narrow spacing for fine layout tests. [ ]
U+200BZero Width SpaceAdds an invisible break opportunity in text without showing a normal space.​[​]
U+2060Word JoinerHelps keep nearby text together while remaining invisible.⁠[⁠]
U+3164Hangul FillerOften accepted where a visible blank profile name or empty field is needed.ㅤ[ㅤ]
U+200CZero Width Non-JoinerPrevents characters from joining in scripts where joining behavior matters.‌[‌]
U+200DZero Width JoinerJoins characters and is also used inside many emoji sequences.‍[‍]
U+2063Invisible SeparatorSeparates text invisibly in technical or formatting tests.⁣[⁣]
U+2800Braille Pattern BlankBlank-looking character that is often accepted in usernames and labels.⠀[⠀]
U+FEFFZero Width No-Break SpaceLegacy invisible no-break character. Use only when compatibility requires it.[]

Blank profile names

Use blank-looking characters where a platform rejects a normal empty field. Platform rules can change, so test before relying on it.

Empty messages

Invisible text can help test chat apps, status fields, and message boxes that do not accept a regular blank space.

Layout diagnostics

Zero-width and spacing characters are useful when checking line breaks, word wrapping, and copy-paste behavior.

Compatibility notes

  • Some platforms remove or normalize invisible characters during form submission.
  • Characters may be visible in code editors, accessibility tools, or moderation systems.
  • Zero-width characters can make debugging text harder, so avoid using them in passwords, legal names, or important records.

Frequently asked questions

What is an invisible character?

It is a Unicode character that can exist in text while appearing blank or nearly blank to the human eye.

Can I send an empty message with it?

Often yes, but each app has its own rules. If an app strips the character, try another blank character from the table.

Why does the blank text stop working on some sites?

Some forms normalize whitespace or remove zero-width characters to prevent formatting issues and abuse.

Is invisible text safe to use?

Use it for formatting, testing, and light profile customization. Avoid placing invisible characters in important records, passwords, or official names.