This mapper turns English into a Tolkien-inspired Tengwar approximation. Because Tengwar is a phonetic script, the tool first works out the sounds in your text — grouping digraphs like th, sh and ng into single sounds — then maps each sound to a Tengwar glyph. The glyphs are emitted as CSUR Private Use Area code points and paired with a readable phonetic line so the result is useful even without a Tengwar font. Everything runs locally in your browser.
How it works
Standard Unicode does not encode Tengwar, so this tool uses the ConScript Unicode Registry (CSUR) assignment, which places the Tengwar consonants (the tyeller and téma grid: tinco, parma, calma, quesse, and so on) in the Private Use Area beginning at U+E000. The encoder scans your text, matches multi-letter sounds first, then single letters:
th -> thuule sh -> harma ng -> unque
t -> tinco p -> parma k -> quesse
Vowels are mapped to their own stand-alone glyph points for portability rather than as combining tehtar. A second pass builds the phonetic transcription so you can see exactly which sounds were detected.
Tips and notes
To actually see Tengwar, install a CSUR-compatible font such as Tengwar Telcontar or Code2000 and apply it to the copied text; otherwise your device will render Private Use Area boxes. This is an approximation for fan art, tattoos-as-inspiration, and worldbuilding — not a rigorous Quenya or Sindarin mode, which would place vowel marks above consonants and vary by language. Always double-check important transcriptions against a dedicated Tengwar reference before committing them to anything permanent.