Single-character ellipsis.
ellipsistypography...Three dots as a single character, with the spacing between them set by the font rather than by three separate periods.
From word processors converting three typed periods, and from any professionally set text.
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.
| Preset | Action |
|---|---|
conservative | kept |
default | kept |
report-only | asked about |
strict | replaced |
Context guards can only ever make a cleanup gentler, never sharper. A rule saying “always remove” does not override them.
In TraceFree, turn on the clipboard watcher and copy the text — the finding appears with a before-and-after comparison of the affected lines. For files, a watched folder does the same, keeping a backup copy alongside.
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.
| Notation | Value |
|---|---|
| Unicode | U+2026 |
| Rust | \u{2026} |
| JavaScript, Python | \u2026 |
| HTML | … … |
| Regex (PCRE, Rust) | \x{2026} |