TraceFree PRO

U+FE00..U+FE0F, U+E0100..U+E01EF
VARIATION SELECTOR

Selects a glyph variant. Required for emoji presentation and CJK variants.

Codepoint
U+FE00..U+FE0F, U+E0100..U+E01EF
Short
VS
Group
variation-selector
Class
context-dependent
Default
removed
Replaced by
removed, no substitute
Codepoints
256

What it is

Invisible 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.

Where it comes from

From emoji keyboards, and from CJK text where a selector picks the regionally correct form of an ideograph.

When it belongs

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.

What TraceFree PRO does with it

PresetAction
conservativeasked about
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+FE00
Rust\u{FE00}
JavaScript, Python\uFE00
HTML︀ ︀
Regex (PCRE, Rust)\x{FE00}

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