# How to Type Subscript and Superscript in Any App or Device Whether you're writing a chemical formula like H₂O, a mathematical expression like x², or a footnote reference, subscript and superscript are essential formatting tools. The challenge is that the method varies significantly depending on which app, operating system, or device you're using — and not every platform makes it obvious. Here's a clear breakdown of how subscript and superscript work, where to find them, and what affects your options. ## What Are Subscript and Superscript? **Subscript** places text slightly below the normal line of type and at a smaller size — used in chemical formulas (H₂O), mathematical notation (log₂), and phonetic transcription. **Superscript** places text slightly above the normal line and smaller — used for exponents (x²), ordinal indicators (1st, 2nd), trademark symbols (™), and footnote numbers. Both are **text formatting properties**, not special characters — though in some cases, Unicode provides actual subscript and superscript characters that work anywhere plain text is accepted. ## How to Type Subscript and Superscript in Microsoft Word Microsoft Word has the most straightforward approach for most desktop users. **Keyboard shortcuts:** - **Superscript:** `Ctrl + Shift + =` (Windows) or `Cmd + Shift + =` (Mac) - **Subscript:** `Ctrl + =` (Windows) or `Cmd + =` (Mac) Press the shortcut once to turn formatting on, type your text, then press again to turn it off. You can also select existing text first and apply the shortcut retroactively. **Via the ribbon:** Home tab → Font group → look for the **X²** (superscript) and **X₂** (subscript) buttons. These are also accessible through **Format → Font → Effects** in older versions. ## Google Docs: Menu-Driven Formatting 📄 Google Docs doesn't display subscript/superscript buttons in the default toolbar, so most users miss them. **Path:** Format → Text → **Superscript** or **Subscript** **Keyboard shortcuts:** - **Superscript:** `Ctrl + .` (Windows/Chrome OS) or `Cmd + .` (Mac) - **Subscript:** `Ctrl + ,` (Windows/Chrome OS) or `Cmd + ,` (Mac) These shortcuts match the same toggle logic as Word — activate, type, deactivate. ## LibreOffice Writer LibreOffice uses the same keyboard shortcut logic as Microsoft Word: - **Superscript:** `Ctrl + Shift + P` - **Subscript:** `Ctrl + Shift + B` Alternatively: Format → Text → Superscript/Subscript. ## Typing Subscript and Superscript in HTML and Markdown For web content and coding environments, subscript and superscript are handled with HTML tags: ```html H 2O → H₂O x 2 → x² ``` **Standard Markdown does not natively support subscript or superscript.** Some extended Markdown flavors (like those used by GitHub, Pandoc, or certain static site generators) support: - Superscript: `x^2^` - Subscript: `H~2~O` But this is **not universal** — behavior depends entirely on the Markdown parser being used. ## Using Unicode Subscript and Superscript Characters Unicode includes a set of actual subscript and superscript characters that work in **plain text** — meaning they carry over in SMS, emails, social media, and anywhere rich formatting isn't available. | Character | Superscript | Subscript | |-----------|-------------|-----------| | 0 | ⁰ | ₀ | | 1 | ¹ | ₁ | | 2 | ² | ₂ | | 3 | ³ | ₃ | | n | ⁿ | — | | + | ⁺ | ₊ | **Coverage is limited** — not every letter or symbol has a Unicode equivalent in subscript/superscript form. Numbers and a handful of letters are covered; full alphabetic coverage in subscript is incomplete. To insert these on Windows: use **Character Map** (search in Start) or type the Unicode code point followed by `Alt + X` in Word. On Mac: **Edit → Emoji & Symbols** → search "superscript." ## Mobile Devices: iOS and Android 📱 Neither iOS nor Android keyboards provide native subscript/superscript input in most apps. Your options depend heavily on the app: - **Google Docs mobile app:** Supports subscript/superscript via the formatting menu (the **A** with lines icon → Text) - **Microsoft Word mobile:** Same — available through the formatting toolbar - **Notes, Messages, email:** Generally no support for subscript/superscript formatting; Unicode characters are the only workaround in plain-text fields Some third-party keyboard apps offer symbol libraries that include superscript/subscript Unicode characters, which can be a practical shortcut for frequent use. ## Variables That Affect Which Method Works for You The right approach isn't universal — it depends on several factors: - **App or platform:** Rich text editors support formatting-based sub/superscript; plain text environments only work with Unicode characters - **Output format:** A Word document, a web page, an email, and a social media post each have different capabilities and rendering behaviors - **Device and OS:** Desktop applications offer the most control; mobile apps vary significantly by developer implementation - **Technical skill level:** HTML tags and Unicode code points require a bit more familiarity; keyboard shortcuts in Word or Docs are more accessible - **Frequency of use:** Someone writing chemistry papers regularly will benefit from learning shortcuts and possibly customizing toolbars; occasional users may prefer menu navigation ## When Formatting Breaks A common frustration: subscript or superscript formatting applied in one app doesn't always survive when content is pasted elsewhere. **Rich text formatting is app-specific** — it may not transfer to plain text fields, certain email clients, or web forms. Unicode characters, being actual characters rather than formatting, tend to survive copy-paste better across environments. The method that works cleanly depends on where your content ultimately needs to live, what software you're using to create it, and how technically comfortable you are with options like HTML or Unicode input. Those factors vary from person to person — and often from project to project.