TraceFree PRO

U+2026
HORIZONTAL ELLIPSIS

Single-character ellipsis.

Codepoint
U+2026
Short
ELL
Group
ellipsis
Class
typography
Default
kept
Replaced by
...

What it is

Three dots as a single character, with the spacing between them set by the font rather than by three separate periods.

Where it comes from

From word processors converting three typed periods, and from any professionally set text.

When it belongs

As typography, yes, and it is kept by default. It matters where a program counts characters or matches on three periods — the single character will not match, which is a quietly confusing way for a search to fail.

What TraceFree PRO does with it

PresetAction
conservativekept
defaultkept
report-onlyasked about
strictreplaced

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+2026
Rust\u{2026}
JavaScript, Python\u2026
HTML… …
Regex (PCRE, Rust)\x{2026}

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