Text can look identical while using different Unicode character sequences. Normalize those sequences for more consistent searching, matching, validation, storage, and transfer between applications.

Read the guide

Input Text

Paste your text to get started. Choose the revisions you want, then copy the result for its destination.

728 / 500,000 characters

Rich paste detected: 1 bold span and 1 paragraph boundary. The boundaries remain single line breaks until you choose to restore spacing and clean the text.

Ready-to-Paste Output

Choose revisions, then prepare the text for its destination.

Inline-styled HTML, Windows line endings, and explicit blank rows.

Unicode text cleaner guide

Make equivalent text use a consistent representation

Unicode sometimes represents the same visible character in more than one way. For example, “é” may be stored as one precomposed character or as the letter “e” followed by a combining accent. Exact comparisons can treat those sequences as different even when a reader cannot see a difference.

This page enables NFC, the conservative normalization form recommended for most prose. NFC combines canonically equivalent sequences while generally preserving meaningful distinctions. You can deliberately choose NFKC when compatibility forms should also be folded into simpler equivalents.

1

Inspect the sequence

Paste the text and open Character Inspector when you need to identify code points, combining marks, or visually confusing characters.

2

Choose a normalization form

Use NFC for ordinary text. Choose NFKC only when broader compatibility is more important than preserving presentation distinctions.

3

Compare before replacing

Revise the text and review the result in its destination, particularly for identifiers, mathematical notation, or language-specific content.

Before and after example

Before

Café

The final letter is stored as “e” (U+0065) followed by COMBINING ACUTE ACCENT (U+0301).

After

Café

NFC composes the canonically equivalent sequence into LATIN SMALL LETTER E WITH ACUTE (U+00E9), making the representation consistent.

Limitations to review

  • Normalization does not translate text, correct spelling, or determine whether a character belongs to the intended language.
  • NFKC can change compatibility characters such as width variants or presentation forms. Do not use it automatically where those distinctions matter.
  • Normalization alone does not remove all bidirectional controls, homoglyphs, or security-sensitive characters; use the analysis and inspector findings separately.

Related questions

Should I choose NFC or NFKC?

Choose NFC for most prose and stored text. Use NFKC only when you understand and want its broader compatibility conversions.

Why does the comparison sometimes look unchanged?

Canonical equivalents can render identically. The underlying code points changed even though the displayed letters did not, which is why exact matching may improve.

Does Unicode normalization remove emoji?

Ordinary NFC normalization is not intended to remove emoji. Emoji sequences can contain meaningful joiners or variation selectors, so review any separate invisible-character removal carefully.

A practical guide

Understand What’s Hiding in Your Text

Text can look normal while carrying characters and formatting that behave differently after you paste it. TextSnoop helps you inspect those details, choose what to revise, and prepare a copy for the destination you select.

What Does TextSnoop Detect?

TextSnoop checks for invisible and zero-width characters, unusual spaces, tabs and repeated whitespace, smart punctuation, sentence-level dashes, missing paragraph gaps, rich clipboard boundaries, Markdown, HTML, and Unicode normalization opportunities. These findings describe supported text patterns—not writing quality or authorship.

Example: A word can contain an invisible character even when it looks completely ordinary on screen.

Why Can Copied Text Contain Hidden Characters?

AI tools, websites, PDFs, email applications, and word processors often copy more than the letters you can see. They may include non-breaking spaces, zero-width markers, special punctuation, line-ending conventions, or rich formatting that another application interprets differently.

Example: A visible space may actually be a non-breaking space that prevents a line from wrapping normally.

How Does Cleaning Work?

TextSnoop uses deterministic rules rather than an AI model, and you decide which rules to apply. It can remove invisible markers, normalize spaces and line endings, tidy repeated whitespace, revise selected punctuation, and strip supported HTML or Markdown while retaining readable text. The original remains available so you can compare every change.

Example: Supported markup such as <em>text</em> or **bold** can be reduced to the readable words.

How Does TextSnoop Preserve Appearance?

The Copy For setting prepares the cleaned result for Outlook or Word, Gmail or web email, Visual Studio or another code editor, or broad universal compatibility. It adjusts the clipboard format, paragraph structure, and line endings to give the destination the version it can handle most consistently.

Example: Email can receive compatible rich text while a code editor receives plain text with controlled line endings.

How Is Text Processed?

Inspection and cleaning run locally in your browser. The text you paste and the cleaned result are not sent to or stored by TextSnoop. Cleaning preferences stay on your device, and feedback is sent only when you deliberately submit a feedback message.

Example: You can inspect, clean, compare, copy, and download text without uploading its contents to TextSnoop.

What Does TextSnoop Not Do?

TextSnoop is not an AI detector, plagiarism checker, authorship judge, or guaranteed AI-watermark remover. It reports and revises specific formatting and character patterns. Because applications handle formatting differently, you should still review important text after pasting it into its destination.

Example: A cleanliness score describes supported technical issues; it does not determine who wrote the text.

Private by design

Your text is processed locally in this tab.

Your pasted text and cleaned output are never sent to or stored by the site. Cleaning preferences stay in your browser. If you choose to send feedback, TextSnoop stores only your anonymous feedback message and submission time.

Read the full Privacy Policy