aitextcleaner.top

ChatGPT Watermark Remover — Strip Invisible Characters from Copied Text

Remove the invisible Unicode characters and formatting residue that travel with text copied out of a chat interface.

Hidden character report

Paste text to scan

What people mean by a ChatGPT watermark

The phrase gets used for two very different things. The first is a hypothetical signal embedded at the model level, inside the words themselves, which no browser tool could read or alter. The second is the one you can actually do something about: the layer of invisible characters and formatting residue that a chat interface attaches to the text you copy.

This tool deals only with the second. It has no access to anything a model may or may not have produced, and it makes no claim about it either way. What it can do is show you precisely which invisible characters are sitting in your clipboard right now, and take them out.

What this tool removes

Zero-width spaces, non-joiners and joiners that hide between characters. The byte order mark. Directional marks, embeddings and isolates that control how a line is ordered. Soft hyphens that only appear at a line break. Non-breaking, figure and narrow non-breaking spaces that masquerade as ordinary spaces.

It also tightens formatting residue: carriage returns left over from Windows line endings, runs of two or more spaces reduced to one, and three or more consecutive line breaks reduced to two. Every one of these changes is counted in the report, so nothing happens quietly.

Check first, then clean

You do not have to take the tool's word for any of this. The report panel lists each character type that was found, its Unicode code point, and how many times it appeared. Paste the same text into the detector page if you want the report on its own, without producing a cleaned copy.

If the report comes back empty, your text was already free of the characters in the table. That is a useful answer too — it means whatever you were seeing in your editor has a different cause, and you can stop looking here.

About provenance signals

Text carries more than its characters. Documents have metadata, files have authorship fields, and platforms log where content came from. This tool touches none of that. It operates on one thing only: the sequence of characters you paste into the box.

It does not read, detect, alter or comment on any signal a model or platform may attach to text, and it makes no claim about how a piece of writing will be judged by anyone. It removes invisible characters. That is the whole of what it does.

Characters this tool looks for

25 invisible characters and formatting controls, with the action taken on each one.

CharacterCode pointActionWhat it does
Zero-width characters
Zero Width SpaceU+200BRemovedInvisible separator with no width. Commonly left behind when text is copied out of a chat window.
Zero Width Non-JoinerU+200CRemovedInvisible character that blocks two letters from joining in scripts such as Arabic or Devanagari.
Zero Width JoinerU+200DRemovedInvisible character used to glue emoji sequences together. Stray copies can break word wrapping.
Zero Width No-Break Space (BOM)U+FEFFRemovedByte order mark. Harmless at the start of a file, invisible noise anywhere else.
Word JoinerU+2060RemovedTells a text engine not to break a line here. Invisible, and easy to carry along by accident.
Mongolian Vowel SeparatorU+180ERemovedA legacy invisible separator from Mongolian script that now renders as nothing at all.
Bidirectional controls
Left-to-Right MarkU+200ERemovedDirectional hint for mixed-script lines. Invisible on screen but present in the character stream.
Right-to-Left MarkU+200FRemovedMirror of the left-to-right mark, used to steer the order of mixed-direction text.
Arabic Letter MarkU+061CRemovedInvisible directional marker for Arabic text. Rarely intentional outside its original document.
Left-to-Right EmbeddingU+202ARemovedOpens an embedded left-to-right run. Unpaired copies can scramble the order of a sentence.
Right-to-Left EmbeddingU+202BRemovedOpens an embedded right-to-left run. Left behind after copy-paste, it can flip nearby punctuation.
Pop Directional FormattingU+202CRemovedCloses an embedded directional run. Without its partner it is pure invisible noise.
Left-to-Right OverrideU+202DRemovedForces following characters to display left-to-right regardless of their own direction.
Right-to-Left OverrideU+202ERemovedForces following characters to display right-to-left. A common cause of text that looks reversed.
Left-to-Right IsolateU+2066RemovedModern replacement for the embedding controls. Still invisible, still travels with copied text.
Right-to-Left IsolateU+2067RemovedIsolates a right-to-left run from the surrounding paragraph direction.
First Strong IsolateU+2068RemovedIsolates a run whose direction is decided by its first strong character.
Pop Directional IsolateU+2069RemovedCloses an isolate opened by one of the isolate controls above.
Formatting controls
Soft HyphenU+00ADRemovedA hyphen the reader only sees if the word happens to break at the end of a line.
Carriage Return (CR)U+000DRemovedHalf of a Windows line ending. Kept on its own it produces doubled spacing in most editors.
Markdown Asterisk MarkerU+002ARemovedBold or italic marker such as ** left behind when text is copied in its raw form. Turn this group off to keep Markdown styling marks.
Markdown Backtick MarkerU+0060RemovedInline-code backtick left behind after copying raw assistant output. Turn this group off to keep inline code marks.
Invisible spaces
No-Break SpaceU+00A0→ spaceLooks exactly like a space but stops a line from breaking there. A frequent copy-paste leftover.
Figure SpaceU+2007→ spaceA space as wide as a digit, used to align numbers in tables. Replaced with a normal space.
Narrow No-Break SpaceU+202F→ spaceA thin, non-breaking space from French typography. Replaced with a normal space.

Frequently Asked Questions

Does ChatGPT add an invisible watermark to my text?

We cannot tell you what any provider does inside its models, and we do not claim to know. What we can tell you is what arrives in your clipboard when you copy a rendered answer: a measurable set of invisible Unicode characters and formatting residue, which this tool lists and removes.

Does this tool remove anything a reader would notice?

No. The characters it removes are invisible by definition, and the formatting rules only collapse repeated spaces and blank lines. Your sentences, punctuation and paragraph order come out unchanged. Compare the two boxes before you copy if you want to confirm that yourself.

Is this site connected to OpenAI?

No. This is an independent utility. It is not affiliated with, endorsed by, or sponsored by OpenAI, and it uses no OpenAI trademarks or logos. The name of the product it cleans text from is used descriptively, to say what the tool is for.