Ctrl + K
HomeEncoding ToolsInvisible Character Detector
Free Developer Tool

Invisible Character Detector

Detect invisible Unicode characters, zero-width characters, control characters and other hidden characters in text.

Text
Detection Summary
Total characters73
Invisible / special characters3
Unique characters3
Zero-width1
Spaces / whitespace2
Bidirectional0
Formatting0
Detected Characters
PositionCharacterCode PointNameCategory
13U+00A0NO-BREAK SPACESpace
49U+000ALINE FEEDWhitespace
53ZWSPU+200BZERO WIDTH SPACEZero-width
Common Characters
U+00A0 — NO-BREAK SPACE
U+200B — ZERO WIDTH SPACE
U+200C — ZERO WIDTH NON-JOINER
U+200D — ZERO WIDTH JOINER
U+2060 — WORD JOINER
U+FEFF — ZERO WIDTH NO-BREAK SPACE / BOM
U+202E — RIGHT-TO-LEFT OVERRIDE
U+00AD — SOFT HYPHEN
Notes
• The detector checks Unicode code points rather than only visible glyphs.
• A normal ASCII space (U+0020) is intentionally not reported as an invisible character.
• Newlines and tabs are reported because they are control/whitespace characters, even though they are expected in normal text.
• Zero-width characters can be visually impossible to notice.
• Bidirectional formatting characters can affect the visual ordering of text.
• U+FEFF can be a BOM at the beginning of a file, but it may also appear as an invisible character inside text.
• Everything is processed locally in the browser.

What is Invisible Character Detector?

Find invisible and difficult-to-see characters in text by identifying their Unicode code points, names and positions.

How to use

  1. Paste the text to inspect.
  2. Scan the text for invisible characters.
  3. Review detected characters and positions.
  4. Copy the analysis if needed.

Features

  • Invisible character detection
  • Zero-width character detection
  • Unicode code points
  • Character position reporting

Common Use Cases

  • Debugging copied text
  • Unicode troubleshooting
  • Data cleaning
  • Security analysis

Example

Input
Hello​World
Output
Invisible character detected
Position: 6
Character: Zero Width Space
Code point: U+200B

FAQ

Can it detect zero-width spaces?

Yes.

Does it show Unicode code points?

Yes.

Does it modify the original text?

No.