SOLVETUTORMATH SOLVER

Instrument MI-14-187 · Other

Small Text Generator

Type or paste your text once and get back three different tiny-lettered Unicode styles side by side — small caps, superscript, and subscript — so you can pick whichever one looks right.

Instrument MI-14-187
Sheet 1 OF 1
Rev A
Verified
Type 14 — Ciphers & Encoding SER. 2026-14187

Small caps

ꜱᴏʟᴠᴇᴛᴜᴛᴏʀ ᴍᴀᴛʜ ꜱᴏʟᴠᴇʀ

three parallel Unicode substitutions from the same input: small caps, superscript, subscript

Sᵒˡᵛᵉᵀᵘᵗᵒʳ ᴹᵃᵗʰ Sᵒˡᵛᵉʳ Superscript
SₒₗvₑTuₜₒr Mₐₜₕ Sₒₗvₑr Subscript
The working Every figure verified twice
  1. "SolveTutor Math Solver" -> small caps "ꜱᴏʟᴠᴇᴛᴜᴛᴏʀ ᴍᴀᴛʜ ꜱᴏʟᴠᴇʀ", superscript "Sᵒˡᵛᵉᵀᵘᵗᵒʳ ᴹᵃᵗʰ Sᵒˡᵛᵉʳ", subscript "SₒₗvₑTuₜₒr Mₐₜₕ Sₒₗvₑr"
Worksheet log
  1. No entries yet — change an input to log a scenario.

How this instrument works

"Small text" generators, as commonly offered on text-styling sites, aren't a single transform — they bundle several different ways of making letters look smaller than normal into one tool. This instrument follows that same bundled scope: type your text once, and it runs three separate Unicode substitutions on it in parallel, showing you small caps, superscript, and subscript results side by side from the same input.

Small caps replaces lowercase letters with capital-shaped Unicode characters drawn at roughly lowercase height. Superscript and subscript replace letters and digits with characters that sit raised above or dropped below the normal text line, the same visual effect used for exponents (x²) or chemical formulas (H₂O). All three are genuine Unicode characters rather than font formatting, so the tiny-lettered look survives being pasted into bios, captions, and chat apps that don't support rich text at all.

Each of the three tables covers a different, incomplete slice of the alphabet, because Unicode was never designed to offer a small-capital, superscript, or subscript form of every letter — these characters exist mostly for phonetic notation and mathematical/scientific typesetting, not as a general-purpose "tiny text" alphabet. Small caps is missing only the letter "x". Superscript is missing lowercase "q" and seven uppercase letters. Subscript is by far the sparsest: only 12 lowercase letters have a subscript form, and there is no uppercase subscript letter at all. Any character a given table doesn't cover is left exactly as typed in that table's output — never dropped, never guessed at.

smallCaps=SmallCap(c1)SmallCap(cn)\text{smallCaps} = \text{SmallCap}(c_1)\cdots\text{SmallCap}(c_n)superscript=Sup(c1)Sup(cn)\text{superscript} = \text{Sup}(c_1)\cdots\text{Sup}(c_n)subscript=Sub(c1)Sub(cn)\text{subscript} = \text{Sub}(c_1)\cdots\text{Sub}(c_n)
The same input text runs through three independent lookup tables at once. SmallCap covers every letter except x. Sup (superscript) covers all lowercase except q, plus 19 of 26 uppercase letters and all digits. Sub (subscript) covers only 12 lowercase letters and all digits, with no uppercase support at all. Any character missing from a given table is left unchanged in that table's output.
  • Click into the text field and type or paste the text you want converted.
  • Three results appear immediately below as you type — small caps, superscript, and subscript — with no submit button to press.
  • Copy whichever of the three results looks right for where you're pasting it, or use the Copy link button to save a permalink that reproduces this exact input.
  • Check each result for unconverted letters (shown in their original form) if your text uses characters outside a given table's coverage — this is expected, not an error.

One input, three different tiny-text results

Type "SolveTutor Math Solver" and you get three results back at once: small caps reads "ꜱᴏʟᴠᴇᴛᴜᴛᴏʀ ᴍᴀᴛʜ ꜱᴏʟᴠᴇʀ" (every letter converts, since the phrase contains no lowercase "x" — the one small-caps gap); superscript reads "Sᵒˡᵛᵉᵀᵘᵗᵒʳ ᴹᵃᵗʰ Sᵒˡᵛᵉʳ" (the capitals T and M each have a dedicated superscript form, while capital S has none and passes through); subscript reads "SₒₗvₑTuₜₒr Mₐₜₕ Sₒₗvₑr" — notice every capital stays an ordinary capital here, because Unicode defines no uppercase subscript letters at all, and letters like v, u, and r also pass through unchanged since they fall outside subscript's much smaller 12-letter table.

A single capital letter shows how unevenly the three tables overlap. Typing just "Q" returns small caps "ꞯ" (Q has a dedicated small-capital code point), but both superscript and subscript return a plain, unconverted "Q" — Unicode defines no superscript or subscript form for that letter at all, uppercase or lowercase in subscript's case. Seeing the same input pass through two of the three outputs unchanged while converting in the third is expected, not a bug.

Digits split the three tables a third way. Typing "small text 123" returns small caps "ꜱᴍᴀʟʟ ᴛᴇxᴛ 123" — the digits "123" pass straight through, because the small-caps table only defines letters, never digits — while superscript returns "ˢᵐᵃˡˡ ᵗᵉˣᵗ ¹²³" and subscript returns "ₛₘₐₗₗ ₜₑₓₜ ₁₂₃", both converting all three digits cleanly since Unicode defines a full 0-9 set for both of those blocks. So the same "123" converts in two of the three results and is left untouched in the third.

Questions

Why does this tool give me three different results instead of one?

Because "small text" isn't one specific transform — it's a catch-all name for several different ways of shrinking text using Unicode characters. This tool covers the three most common ones (small caps, superscript, subscript) from a single input so you can compare them and pick whichever fits your use case, rather than needing three separate tools.

Which of the three results should I use?

It depends on where you're pasting it and what look you want. Small caps reads most like normal capitalized text and is the most broadly legible of the three. Superscript sits raised above the line, matching how exponents look. Subscript sits dropped below the line, matching how chemical formula subscripts look. None is more "correct" than the others — try each in the destination app and use whichever renders cleanly and looks right.

Why did some of my letters not convert in one or more of the results?

Each of the three styles is backed by a different, genuinely incomplete Unicode table — small caps is missing only "x"; superscript is missing lowercase "q" and several uppercase letters; subscript covers just 12 lowercase letters and no uppercase letters at all. Any character a table doesn't support is shown exactly as you typed it in that table's result, rather than being dropped or replaced with a placeholder.

Will this text paste correctly into Instagram, Discord, or other apps?

In most cases, yes, since all three outputs are made of standard Unicode characters rather than font formatting, and any modern app that displays Unicode text will render them. A small number of very restrictive input fields strip non-ASCII characters, so test a short paste in your target app before relying on it for something like a permanent bio.

Is my text sent anywhere when I use this tool?

No. All three conversions run 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).

References