Superscript text is useful when a raised character must survive in a plain-text field that has no formatting toolbar. Unicode provides dedicated raised digits, operators, and selected letters, so examples such as x² and Ca²⁺ can be copied between many apps. Coverage is incomplete, however, and a raised character is not always the semantically correct or most accessible choice.
What superscript text actually is
A rich-text editor can raise an ordinary character by applying formatting. The stored character may still be a normal 2 while the document records a smaller size and a higher baseline. Unicode superscript text works differently: ² is a dedicated character, U+00B2 SUPERSCRIPT TWO. When you copy it, the raised form travels as part of the text rather than as a font setting.
Unicode did not encode a complete superscript version of every alphabet. Superscript digits were added for compatibility with existing standards, and many modifier letters were encoded for phonetics. Those characters are spread across several blocks and were created for particular textual distinctions, not as a general styling system. A generator can map only the forms that Unicode actually defines without borrowing misleading lookalikes.
That makes Unicode superscripts convenient for short, linear notation in chats, filenames, bios, comments, and other plain-text surfaces. For a formal document, use the editor’s superscript feature, equation tools, or semantic markup when available. Those systems can preserve meaning, improve spacing, and give assistive technology more context than a run of visually raised characters.
Ten practical uses with copyable examples
1. Math powers in plain text: write x², y³, or 2¹⁰ when a chat, note, or label cannot display an equation. The characters are compact and searchable, but a long expression is easier to read in a real equation editor. Superscript does not calculate the power; it only records the notation.
2. Area and volume units: m², cm², km², and m³ keep the exponent attached to the unit in a plain-text measurement. Use the correct unit and spacing conventions for your field. Do not substitute a normal 2 when ambiguity matters, and do not assume every database will normalize ² to the ASCII digit.
3. Chemical charges and isotope mass numbers: Ca²⁺ shows a calcium ion charge, while ¹⁴C places a mass number before carbon. Chemistry also relies heavily on subscripts, as in H₂O. In professional chemical authoring, use a chemistry-aware editor because the position and order of mass, atomic, and charge values carry meaning.
4. Footnote and citation markers: a sentence can end with ¹ or ² when a plain-text note needs a compact reference marker. The marker must still point to a clearly labeled note, and long documents should use the word processor’s footnote system. Automatic footnotes keep numbering, navigation, and accessibility in sync during edits.
5. Ordinal indicators in French, Spanish, and Italian: forms such as French 1ᵉʳ and Spanish or Italian 1ª use language-specific raised letters or dedicated ordinal indicators. These conventions are not interchangeable with English 1st. Check the language’s abbreviation and punctuation rules instead of treating any small raised letter as universal decoration.
6. Trademark-style marks: ™ and ® are dedicated symbols with their own legal and typographic roles; they are not words converted to superscript letters. A raised ᵀᴹ made from modifier characters only resembles a mark and does not become the trademark sign. Use ™ or ® when that is the character you mean, and follow applicable brand guidance.
7. Phonetic transcription: the modifier letter ʰ can indicate aspiration, as in a phonetic transcription such as [pʰ]. Modifier letters were a major reason many raised forms entered Unicode. Phonetic notation is a structured system, so copy an attested IPA or specialist character rather than choosing a superscript solely because it looks close.
8. Version or edition markers in plain-text documents: a compact label such as Draft² or Edition³ can distinguish an internal iteration when rich formatting is unavailable. This is an informal convention, not a universal versioning standard. Pair it with an explicit date or version number wherever readers might otherwise mistake the raised digit for a mathematical exponent.
9. Social media bios and handles: a short raised digit or supported modifier letter can separate a role, year, or playful aside, for example studio². Test the result in the actual profile field because character limits, fonts, search, and moderation systems vary. Readability matters more than converting every possible letter into a tiny style.
10. Code comments and README files: x², O(n²), m³, or a short footnote marker can make explanatory prose compact without requiring a math renderer. Keep program syntax itself in the language’s expected ASCII operators. A superscript two in a comment is documentation; it is not a replacement for **2 or another exponent operator in executable code.
Coverage reality: why letters stay normal
Digits have relatively dependable superscript coverage, along with a handful of operators and punctuation marks. Letters are uneven. Many available forms are modifier letters created for phonetic transcription, and Unicode added them piecemeal as particular writing systems and standards required them. It never promised a parallel raised Latin alphabet for arbitrary styling.
That history explains familiar gaps. A word may become a mixture of raised and baseline characters, and a character that looks like a missing superscript in another script may have a different linguistic identity. Substituting that lookalike would make searching, pronunciation, sorting, or screen-reader output less predictable. Honest incomplete conversion is preferable to silently changing the script.
LiteralKit’s Superscript Generator converts mapped characters and keeps unmappable characters visible in their original form. The Subscript Generator follows the same rule for the smaller subscript inventory. Review the proof instead of assuming every letter changed. If a complete raised word is required, use rich-text formatting or a design tool so ordinary letters retain their identities.
Superscript or subscript?
Choose the position required by the notation, not the style you prefer. Exponents and many charge markers are superscript: x² and Ca²⁺. Chemical atom counts are usually subscript: H₂O says that a water molecule contains two hydrogen atoms. In mathematics, a subscript often labels an indexed value such as a₁, while a superscript may indicate a power, derivative convention, tensor position, or reference. The surrounding discipline decides the meaning.
The degree sign is not a superscript lowercase o or a raised zero. It is the dedicated character °, used in forms such as 90° and 20 °C. LiteralKit’s Degree Symbol page provides the character, keyboard methods, and code values. Using the dedicated sign preserves a consistent identity even though its glyph is drawn above the baseline.
When a formatted editor is available, prefer its equation, chemistry, footnote, or superscript controls for substantial material. Use Unicode raised and lowered characters where content must remain plain text and the required character exists. Then paste the result into the target app, confirm its font coverage, and read it at normal size. Tiny text that technically renders can still be a poor communication choice.
Frequently asked questions
Why is there no superscript b or q in some converters?
Unicode encoded modifier and superscript letters for specific linguistic and compatibility needs, not as a complete decorative alphabet. Coverage therefore differs by letter and by the mapping a tool accepts. LiteralKit leaves an unsupported character unchanged instead of borrowing a similar character from another script.
Will superscript text work in Word?
Word can display many Unicode superscript characters when the selected or fallback font contains them. For an editable Word document, the built-in superscript command is usually better because it can raise ordinary characters and provide complete alphabet coverage. Paste Unicode forms when the character itself must survive as plain text.
Is superscript text searchable?
It is text, but it is not the same code point as the baseline character. A search for 2 may not find ², and a database may treat them as different values unless it performs explicit normalization. Include a baseline spelling in important metadata or search fields when discoverability matters.
Does screen-reader software read superscripts correctly?
Behavior varies by character, language, browser, screen reader, and surrounding markup. A reader may announce a well-known superscript digit correctly, spell out a modifier letter, or miss the intended relationship. Use semantic equation, footnote, or HTML markup for important content and provide a plain-language equivalent when ambiguity would cause harm.