Are all control characters unsafe?
No. Newline and tab are often expected, while unexpected controls in identifiers or payloads are risky.
Unicode control characters are often invisible and can silently alter parsing, rendering, and data exchange.
Inspect pasted text for invisible or risky Unicode characters, visualize findings, and generate cleaned output entirely in your browser.
Drop .txt/.csv/.json here
or click to choose a file (max 2 MB)
| Symbol | Category | Unicode name | Code point | Occurrences | Positions | Actions |
|---|---|---|---|---|---|---|
No findings No matching characters found in the current analysis snapshot. | ||||||
Detect mixed-script and confusable lookalike tokens before trusting identifiers or domains.
| Token | Scripts | Risk | Confusables | Positions |
|---|---|---|---|---|
No homoglyph risks detected. | ||||
Inspect bidirectional control sequences that can hide true token order in code, configs, and logs.
| Type | Risk | Range | Controls count | Details |
|---|---|---|---|---|
No dangerous bidi sequences detected. | ||||
Advanced JSON report
Positions and ranges can increase payload size.
Raw text is never included in the report or share link.
No. Newline and tab are often expected, while unexpected controls in identifiers or payloads are risky.
Many validators disallow non-printable controls, which can trigger hard-to-debug validation failures.
Prefer context-based cleanup. Keep expected formatting controls and remove unexpected ones.