TraceFree PRO

U+115F
HANGUL CHOSEONG FILLER

Renders as blank width; used to hide data.

Codepoint
U+115F
Short
HCF
Group
zero-width
Class
invisible
Default
removed
Replaced by
removed, no substitute

What it is

A zero-width character takes up no space and draws no glyph. In an editor the cursor steps over it and nothing moves; in a text field the line looks exactly as it would without it. It is nevertheless a character, stored in the file and counted by every length function.

Where it comes from

Mostly from machines rather than people. Content management systems insert them to control line breaking, word processors leave them behind when text is reflowed, and text generated by a language model carries them out of the tokenizer. Some arrive deliberately: a zero-width character is the simplest way to mark a copy of a document without the mark being visible.

When it belongs

In running prose, almost never. That is why this group defaults to removal.

There are exceptions, and TraceFree PRO knows them: a byte order mark at the very start of a file is a legitimate encoding marker, and a few of these codepoints are ordinary parts of the scripts they belong to.

What TraceFree PRO does with it

PresetAction
conservativeremoved
defaultremoved
report-onlyasked about
strictremoved

Context guards can only ever make a cleanup gentler, never sharper. A rule saying “always remove” does not override them.

How to remove it

In TraceFree PRO, turn on the clipboard watcher and copy the text. On the command line:

tracefree clean --backup document.txt
pbpaste | tracefree clean | pbcopy

Report without changing anything — exit code 1 on findings, so it works in CI:

tracefree check -r ./docs

How to write it

This page never prints the character itself, only ways of writing it. A page about invisible characters that contained invisible characters would be unreviewable — and that is the problem the program exists to solve.

NotationValue
UnicodeU+115F
Rust\u{115F}
JavaScript, Python\u115F
HTMLᅟ ᅟ
Regex (PCRE, Rust)\x{115F}

Related characters

Try it on your own text

Paste anything into the browser demo and see what is in it. Same engine as the app, running entirely on your device — nothing is uploaded.

Try it

Download on the Mac App Store
Download coming soon
Get it from Microsoft
Download coming soon