| CHANNEL | FATE | CODEPOINTS |
|---|---|---|
| VS · variation selectors | ── | U+FE00–FE0F, U+E0100–E01EF |
| TAG · tag characters | ── | U+E0020–E007E |
| ZW · zero-width | ── | U+200B–200D, U+2060 |
From your own JS / agent code:
// authorized red team / research only import { probe } from './phantomoji.js'; const results = await probe( (text) => fetch('/chat', { method: 'POST', body: JSON.stringify({ msg: text }) }), async () => (await lastResponse.json()).reply, ); // -> { vs: true, tag: false, zw: true }