How this instrument works
"Gothic" text generators produce what's more precisely called Fraktur — the ornate, angular blackletter style historically used in German printing and still recognizable today from mastheads, diplomas, and metal band logos. This tool builds that look from Unicode's Mathematical Alphanumeric Symbols block, a set of code points originally created so mathematicians could write specific letters (like Fraktur 𝔫 for an ideal, or Fraktur 𝔤 for a Lie algebra) unambiguously in plain text, separate from italic or bold variants of the same letter.
Because these are real, distinct Unicode characters rather than an installed font, the Fraktur look travels with the text wherever you paste it — bios, captions, usernames, anywhere that renders standard Unicode. All 26 lowercase letters convert directly; each has its own dedicated Fraktur code point in that block.
Capitals are where it gets uneven: 21 of the 26 uppercase letters also have a direct Fraktur code point in the Mathematical Alphanumeric Symbols block, but five — C, H, I, R, and Z — do not. Unicode's math block deliberately left those five out because equivalent "black-letter" symbols already existed in an older block, Letterlike Symbols, originally encoded for mathematical notation like ℑ (imaginary part) and ℜ (real part). This tool substitutes those five capitals with their Letterlike Symbols equivalents automatically, the same workaround every standard Fraktur-text generator uses, so the substitution is invisible in normal use — you just get a Fraktur-looking C, H, I, R, or Z.
- Click into the text field and type or paste the text you want converted.
- The Gothic (Fraktur) result appears immediately below as you type — there is no submit button to press.
- Copy the result directly from the readout, or use the Copy link button to save a permalink that reproduces this exact input.
- Check for digits in your text — Unicode has no Fraktur digit variants at all, so any numbers will appear unchanged in the output.
One capital-substitution letter hiding in plain sight
Type "SolveTutor Math Solver" and the tool returns "𝔖𝔬𝔩𝔳𝔢𝔗𝔲𝔱𝔬𝔯 𝔐𝔞𝔱𝔥 𝔖𝔬𝔩𝔳𝔢𝔯". Every letter here — all the lowercase ones plus the capitals S, T, and M — uses a direct Fraktur code point. Five capitals are the exception: C, H, I, R, and Z have no Fraktur code point at all, so each is substituted with its Letterlike Symbols black-letter form instead (capital I, for example, becomes ℑ, U+2111). Visually those still read as Fraktur; only the underlying code point differs.
To see all five substitution letters at once, type "CHIRPS and ZEBRAS": the result is "ℭℌℑℜ𝔓𝔖 𝔞𝔫𝔡 ℨ𝔈𝔅ℜ𝔄𝔖" — C, H, I, R, and Z each route to their correct Letterlike Symbols equivalent (ℭ, ℌ, ℑ, ℜ, ℨ), while the remaining letters (P, S, A, E, B) all use direct Fraktur code points from the math block.
Digits show the other real gap: "Room 204" becomes "ℜ𝔬𝔬𝔪 204" — the capital R uses the letterlike substitute and the lowercase o-o-m convert directly, but "204" passes through completely unchanged, since Unicode has never defined a Fraktur variant for any digit.
Questions
Why do C, H, I, R, and Z look slightly different from the other Fraktur letters?
They technically come from a different, older Unicode block. When the Mathematical Alphanumeric Symbols block was created, Unicode deliberately skipped encoding a new Fraktur code point for these five capitals, because equivalent "black-letter" symbols already existed in the Letterlike Symbols block from earlier mathematical notation. This tool automatically substitutes those five, which is the standard workaround every Fraktur-text generator uses — in most fonts the visual difference is negligible.
Why don't numbers convert to Gothic/Fraktur style?
Because Unicode has never defined a Fraktur variant for any digit, 0 through 9. Unlike letters, digits in the Mathematical Alphanumeric Symbols block only got bold, double-struck, sans-serif, and monospace forms — Fraktur digits were never included. Any digit in your input passes through the output exactly as typed.
Will this Gothic text work on Instagram, Discord, or other apps?
In most cases, yes. It's built from real Unicode characters rather than an installed font, so any platform that renders standard Unicode text in its bio, caption, or username field will display it correctly. A small number of very restrictive input fields strip out characters outside the basic Latin range, so it's worth testing a short paste in your target app before relying on it somewhere permanent.
Is this the same as a bold Fraktur or double-struck font style?
No — this tool produces the regular-weight Fraktur style specifically. Unicode's Mathematical Alphanumeric Symbols block also defines a separate bold Fraktur variant and unrelated styles like double-struck (blackboard bold, used for number sets like ℝ) and script, each with entirely different code points. This tool only maps to the regular Fraktur set.
Is my text sent anywhere when I use this tool?
No. The conversion runs entirely in your browser using JavaScript — nothing you type is sent to a server, logged, or stored anywhere outside your own device (aside from the optional worksheet log, which saves to your browser's local storage only if you choose to keep it).