Superscript Shortcut in Google Sheets

Superscript is text that sits slightly raised above the regular line. Think of the small “2” in x² or the “th” in 5th.

It shows up in math expressions, footnote markers, ordinal numbers, and the odd chemistry note. Useful when you want a single cell to read like a properly formatted line of text.

Google Sheets has no built-in keyboard shortcut for superscript on Windows or Mac. There’s no superscript style for cells at all. The fastest route is to paste Unicode characters that already look raised.

Is There a Keyboard Shortcut for Superscript in Google Sheets?

Superscript Keyboard Shortcut (Windows Windows)

No native keyboard shortcut on Windows. Sheets has no superscript style for cells. Use the Unicode method below.

Superscript Keyboard Shortcut (Mac Mac)

No native keyboard shortcut on Mac. Sheets has no superscript style for cells. Use the Unicode method below.

There’s no key combo and no superscript style in Sheets. You can’t highlight a couple of characters in a cell and raise them the way you can in Google Docs.

What you can do is type Unicode characters that already look raised. They sit at the same visual height as superscript text would, and they paste, copy, and search like normal text. Digits and a few symbols are fully covered. Letters are hit and miss.

How to Add Superscript in Google Sheets (Step by Step)

Pick the method that fits where the characters are coming from.

Method 1: paste the Unicode characters directly.

  1. Find the character you need from the list below.
  2. Copy it.
  3. Click into the cell, type the regular text, then paste the superscript character where it belongs.

For “x squared” you’d type x and then paste ². The cell reads .

Method 2: build it with the CHAR function.

Each Unicode character has a code point. You can pull the character into a formula using =CHAR(code).

For example, =CHAR(178) returns ². So ="x" & CHAR(178) gives you in the cell.

This is useful when the superscript is generated from a formula, not typed by hand.

Method 3: copy styled text from Google Docs.

Type your expression in Google Docs, apply real superscript with Ctrl+. (or Cmd+. on Mac), then copy and paste into Sheets. The visual styling drops on paste, but Docs will substitute Unicode superscript characters where it can.

Common Unicode superscript characters

  • Digits: ⁰ ¹ ² ³ ⁴ ⁵ ⁶ ⁷ ⁸ ⁹
  • Signs: ⁺ ⁻ ⁼
  • Parens: ⁽ ⁾
  • Letters (partial set): ᵃ ᵇ ᶜ ᵈ ᵉ ᶠ ᵍ ʰ ⁱ ʲ ᵏ ˡ ᵐ ⁿ ᵒ ᵖ ʳ ᵗ ᵘ ᵛ ʷ ᶻ

For digits, just paste them in and you’re done. The letter set is where things get patchy.

Another Way to Add Superscript

If you need real superscript styling for a printed report or a PDF export, write that part in Google Docs instead.

In Docs you can select any character, press Ctrl+. (Cmd+. on Mac), and it raises that character properly. You can then export to PDF, or keep the Doc alongside your Sheet.

For inside a spreadsheet cell, though, the Unicode characters are the only path.

Things to Watch For

  • Not every letter has a superscript form. Standard Unicode is missing superscript q, s, x, y, and a few others. If your text needs one of those letters raised, you’re stuck.
  • It’s static text, not formatting. A superscript character can’t be toggled off. To remove it you delete the character and retype.
  • Sorting and matching still work. The Unicode characters are real text, so VLOOKUP, SORT, and TEXT comparisons treat and x2 as different strings. Worth knowing before you build a lookup.
  • Font support varies. A handful of older or stylised fonts don’t render every Unicode superscript glyph cleanly. The default Sheets font handles all the common ones.
  • Copy from a reliable source. Wikipedia’s “Unicode subscripts and superscripts” page has a clean table you can pull from. Pasting from low-quality sources sometimes drops in lookalike characters that aren’t true Unicode superscripts.

Google Sheets keyboard shortcuts

Related Google Sheets shortcuts: