Invisible Character Tool
Reveal hidden and invisible characters in your text
Detect Invisible Characters
Paste text that may contain invisible characters like zero-width spaces, non-breaking spaces, tabs, etc.
Analysis Results
0
Total Characters0
Invisible Characters| Position | Character | Unicode | Name | Type |
|---|
Common Invisible Characters
| Character | Unicode | Name | Description | Example |
|---|---|---|---|---|
U+0020 |
Space | Regular space | Normal word separator | "Hello World" |
U+00A0 |
Non-breaking space | Prevents line break | "Hello World" | |
U+200B |
[ZWSP] | Zero-width space | Invisible word separator | "HelloWorld" |
U+200C |
[ZWNJ] | Zero-width non-joiner | Prevents ligatures | "national" |
U+200D |
[ZWJ] | Zero-width joiner | Creates ligatures | "👨👩👧👦" |
U+0009 |
\t | Tab | Horizontal tab | "Column1\tColumn2" |
U+000A |
\n | Line feed | New line | "Line1\nLine2" |
U+000D |
\r | Carriage return | Return to line start | "Line1\r\nLine2" |
How It Works
- Paste or type your text
- Click "Analyze Text"
- Review highlighted invisible characters
- Copy cleaned text if needed
Tips
- Use to debug formatting issues
- Detect hidden characters in copied text
- Clean text before processing
- Understand Unicode character issues
Common Uses
- Debugging text processing code
- Cleaning copied text from web
- Preparing data for import
- Detecting hidden text in documents
Detected Characters
Spaces
Tabs
Line Breaks
Zero-width
Control