How to Type Superscripts in Microsoft Word and HTML

Learn how to easily type superscripts in Word and HTML with these quick tips.

220 views

To type a superscript, use built-in features of word processors or text editors. In Microsoft Word, select the text and press Ctrl + Shift + =. On Mac, use Cmd + Shift + =. For HTML, use the `<sup>` tag, like `x<sup>2</sup>`, which outputs x². Some apps, like Google Docs, offer Format > Text > Superscript options from the menu.

FAQs & Answers

  1. What is a superscript? A superscript is a character that appears smaller and above the baseline of the text, commonly used for exponents.
  2. Can I type superscripts on Google Docs? Yes, you can type superscripts in Google Docs by selecting Format > Text > Superscript.
  3. How do I write superscripts in HTML? In HTML, you can write superscripts using the <sup> tag, for example: x<sup>2</sup>.
  4. Are there keyboard shortcuts for typing superscripts? Yes, in Microsoft Word, press Ctrl + Shift + = for superscripts, and on Mac, use Cmd + Shift + =.