
Selects a glyph variant. Required for emoji presentation and CJK variants.
variation-selectorcontext-dependentInvisible characters that pick between two shapes of the character before them. The best-known pair chooses whether a symbol is drawn as flat black-and-white text or as a colour emoji.
From emoji keyboards, and from CJK text where a selector picks the regionally correct form of an ideograph.
Whenever the shape actually matters, which is most of the time they appear. TraceFree PRO holds back inside emoji sequences and in text containing ideographs.
Outside those contexts a variation selector has nothing to select, and the same block has been used to hide data inside a single visible character.
| Preset | Action |
|---|---|
conservative | asked about |
default | removed |
report-only | asked about |
strict | removed |
Context guards can only ever make a cleanup gentler, never sharper. A rule saying “always remove” does not override them.
In TraceFree PRO, turn on the clipboard watcher and copy the text. On the command line:
tracefree clean --backup document.txt
pbpaste | tracefree clean | pbcopyReport without changing anything — exit code 1 on findings, so it works in CI:
tracefree check -r ./docsThis 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+FE00 |
| Rust | \u{FE00} |
| JavaScript, Python | \uFE00 |
| HTML | ︀ ︀ |
| Regex (PCRE, Rust) | \x{FE00} |
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.

