CASE 002 · Invisible Unicode

Between the Characters

The rendered sentence is not the whole artifact. Recover the five-letter message.

Intermediate 200 pts Hint penalty: 25 pts

Artifact

Inspect this carefully

The signal is still here​⁠​​​⁠⁠⁠​⁠​​⁠​​​​⁠​​⁠⁠⁠⁠​⁠​⁠​​⁠⁠​⁠​⁠​⁠​​ even when nothing appears between these words.

Machine View Inspect alternate representations

Compare the rendered artifact above with representations derived from the same browser-delivered artifact. Machine View does not decode, score, or identify the hidden message.

Opening a representation may expose clues that are already present in the page source or DOM.

Source Browser serialization

            
Text DOM textContent

            
Characters Unicode code points

            

Submit recovered message

Server-side validation
0 hints used

    About the technique

    Invisible Unicode

    Invisible Unicode characters can survive inside a string even though they produce no ordinary visible glyph. Parsers, code-point inspectors, and tokenizers may therefore observe distinctions that a human reader misses.

    Read the related field guide →

    Questions

    Frequently asked

    Can Unicode contain invisible characters?

    Yes. Unicode includes format and control characters that can affect text behavior without producing an ordinary visible glyph.

    Does Unicode normalization remove every invisible character?

    No. Normalization and sanitization are different operations; many format controls survive common normalization forms.