Copy blank-looking text made of real invisible Unicode for empty messages, blank usernames and placeholders, browser-only
- Runs locally
- Category Text
- Best for Removing repetitive cleanup work from everyday writing and operations.
5 characters · U+3164 HANGUL FILLER
Some platforms strip these. HANGUL FILLER (U+3164) and BRAILLE PATTERN BLANK (U+2800) survive trimming on the most apps — good for blank usernames and empty chat messages. Zero-width characters get filtered more often.
What this tool does
Free invisible text generator that builds a string of real Unicode characters which render as nothing. Use it to send a blank message, set an empty username or nickname, pad a field that rejects a plain space, or drop an invisible placeholder. A normal ASCII space gets trimmed by most apps, so this tool uses characters that survive trimming: Hangul filler U+3164 and Braille pattern blank U+2800 are the most widely accepted, with zero-width space U+200B, the BOM U+FEFF, the zero-width non-joiner and the word joiner as fallbacks. Pick how many characters you want, choose the code point, and copy. The clipboard looks empty but really holds the bytes. There is also a hidden-message mode that encodes a short visible note into zero-width characters you can paste anywhere and decode later. Everything runs in your browser, a shareable URL reproduces your exact length and type, and nothing is uploaded.
Tool details
- Input
- Text + Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Text · Content Creator
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Invisible Text Generator fits into your work
Use it to clean, compare, reshape, or extract plain text before it goes into a document, CMS, spreadsheet, or prompt.
Text jobs
- Removing repetitive cleanup work from everyday writing and operations.
- Making text easier to compare, paste, publish, or feed into another tool.
- Working with content locally when the text is private or unfinished.
Text checks
- Scan for unintended whitespace, duplicate lines, and lost punctuation.
- For long text, test the first few lines before applying the whole change.
- Copy the final output only after checking the preview.
Good next steps
These links move the current task into a more complete workflow.
- 1 Text Repeater Repeat any text N times with newline, space, comma or custom separators, optional numbering and a wrap, browser-only Open
- 2 Zero Width Character Detector Find and strip zero-width spaces, the BOM, no-break spaces and other invisible characters, then copy clean text — runs in your browser Open
- 3 Fancy Text Generator Turn plain text into 25 Unicode styles — bold, italic, script, fraktur, double-struck, circled, squared, fullwidth, upside-down, small caps, strikethrough — copy & paste anywhere, browser-only Open
Real-world use cases
Send a blank message that actually goes through
You want to "say nothing" in a group chat as a joke or to bump a thread, but the app greys out send when the box is empty. Generate five Hangul filler characters, paste them, and the message posts as a clean blank line. It survives because the platform sees real text, not the empty string it would have trimmed away.
Set an empty username or in-game nickname
Some games and social apps let you have a "no name" handle if the field contains a character they accept but cannot draw. Generate one to three U+3164 Hangul fillers and paste them into the name box. The result looks like an unnamed player, while a plain space would be stripped and rejected at save time.
Pad a form field that refuses a plain space
A bio, status or comment box sometimes needs to look empty without being technically blank — a spacer line between paragraphs, a blank first line, or a field a validator insists is non-empty. Invisible characters satisfy the "not empty" check while showing nothing, so your layout reads the way you want.
Hide a short note inside ordinary-looking text
Switch to hide mode, type a short message, and it is encoded into zero-width characters you can append to a normal sentence. The note rides along invisibly; paste the carrier back into reveal mode and it decodes. A fun way to leave an easter egg or watermark a snippet you shared, without any extra-visible clutter.
Common pitfalls
Using a plain ASCII space and expecting it to stay. Almost every platform trims leading and trailing spaces and collapses repeats, so a "blank" made of spaces ends up genuinely empty and rejected. Use an invisible code point such as U+3164 instead.
Reaching for zero-width characters first. U+200B and U+FEFF are the most heavily filtered by anti-spam and sanitizers, so a blank name made from them often disappears after you post. Start with Hangul filler U+3164 or Braille blank U+2800, which survive on more apps.
Generating far more characters than needed. One to three is enough for a blank username and three to five for a blank message. A long run of invisible characters can trip length validators, break layout alignment, or look suspicious to moderation. Keep it short.
Privacy
Every character is built in plain JavaScript inside your browser tab. The blank string, the chosen code point and any message you hide are generated locally and never uploaded or logged. One caveat: the shareable URL stores your chosen length and character type in the query string, so a "share link" pasted into chat records those two settings in the recipient server's access log. The hidden-message text itself is deliberately kept out of the URL, so a secret note you encode stays only in the page. For anything sensitive, copy the result rather than sharing the link.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- 24-Point Solver & Game 24-point solver and game — enter 4 numbers and get every solution instantly, or play random hands against the clock.
- Age Calculator Calculate your exact age — years, months, days, hours. Compare two dates or count to a future date.
- Airline Luggage Allowance Checker Airline luggage allowance — 50+ carriers' carry-on / checked baggage rules with size, weight, and excess fee.
- Annuity Calculator Annuity & retirement calculator — see monthly income from your savings, accumulation + payout phases, multiple scenarios.