Convert Text to Superscript Small Letters
Overview
Converts text into superscripted small letters in Unicode. These small characters are independent of the font used and will remain small for all fonts. Unicode has two categories of superscript characters, "Superscript" and "Modifier". The original "Superscript" category was created for mathematical superscripts while "Modifier" was created for phonetic transcription. Most of the alphabetic letters were implemented as "Modifier" characters except for the letter "i" and "n" which were originally implemented as mathematical superscripts and as a legacy issue may appear slightly differently formatted from the other letters.
Input | Output | Result |
---|---|---|
i | ⁱ | U+2071 SUPERSCRIPT LATIN SMALL LETTER I |
n | ⁿ | U+207F SUPERSCRIPT LATIN SMALL LETTER N |
Several characters missing a superscript equivalent and a similar looking character will be used as a substitution.
Input | Output | Result |
---|---|---|
S | ˢ | U+02E2 MODIFIER LETTER SMALL S |
X | ˣ | U+02E3 MODIFIER LETTER SMALL X |
Y | ʸ | U+02B8 MODIFIER LETTER SMALL Y |
Z | ᶻ | U+1DBB MODIFIER LETTER SMALL Z |
Several characters have low compatibility for their superscript forms. When using compatibility mode, a more commonly used lookalike will be used.
Input | Output | Result |
---|---|---|
C | ᶜ | U+1D9C MODIFIER LETTER SMALL C |
F | ᶠ | U+1DA0 MODIFIER LETTER SMALL F |
Q | ǫ | U+01EB LATIN SMALL LETTER O WITH OGONEK |
q | ᑫ | U+146B CANADIAN SYLLABICS KE |