Turn plain text into hard-to-detect or novelty variants, rendered all at once so you can pick the one that fits.
Why "obfuscation" and not just "fancy text". This tool is built for the use case the fancy-text generators skip: making text less recognizable — to slip past crude keyword filters, to generate a unique username/handle, or just for playful decoration. The leet/number maps here are deliberately denser and more aggressive than the standalone leet converter.
The variants.
- Numbers — letters become look-alike digits:
SSIS → 55i5, HELLO → H3LL0. The classic "bypass" style.
- Hacker Leet — ASCII symbols + digits for every letter (
H → #, A → 4, K → |<). Maximally obscured.
- Small Caps — lowercase rendered as miniature capitals:
RINHEE → ʀɪɴʜᴇᴇ. Looks official, stays short.
- Superscript / Subscript — tiny raised/lowered Unicode letters. Great for footnotes-style handles.
- Fullwidth — every character stretched to full-width (ABC), the "CJK aesthetic" look.
- Negative Bubble — black circle, white glyph (🅐🅑🅒). Eye-catching, used in bios.
- Mixed Random — each letter randomly assigned a different style. Chaotic and unique every time; set a seed to make it reproducible.
Tips.
- Pick All variants to see every style at once, then copy the line you want.
- Output is plain text — paste it anywhere Unicode is supported (most chats, bios, code comments). Some sites strip exotic Unicode; if one doesn't render, try Numbers or Hacker which stay in ASCII.
- Number/Hacker styles survive even in ASCII-only environments; the Unicode styles may not.
Note on detection. This defeats simple substring/regex keyword matching. It does not defeat semantic analysis or ML-based moderation — use responsibly.