
An exponent is a number or expression placed above and to the right of a base. It indicates repeated multiplication.
In the expression 4³:
Exponents can also represent variables and negative or fractional values. For example:
The terms “exponent” and “superscript” are related but not identical. An exponent describes a mathematical function, while superscript describes the visual formatting of text above the normal line.
You may need exponents when creating:
Using the correct format helps readers distinguish an exponent from an ordinary number.
| Method | Example | Best for |
|---|---|---|
| Caret notation | x^2 | Plain text, email, code and spreadsheets |
| Superscript formatting | x² | Documents and presentations |
| Unicode characters | x² | Short exponents that must remain portable |
| Equation editor | x² + y² = z² | Complex mathematical equations |
| HTML or LaTeX markup | x² or x^{2} | Websites and technical publishing |
The caret symbol, ^, is a simple way to represent an exponent when superscript formatting is unavailable.
For example:
On most English-language keyboards, type a caret by holding Shift and pressing 6.
Use parentheses when the exponent contains more than one character.
Compare:
Microsoft Excel, Google Sheets and many other spreadsheet programs use the caret as the exponent operator.
For example:
=5^3
This formula returns 125.
You can also use cell references:
=A2^B2
This raises the value in cell A2 to the power shown in cell B2.
Caret notation is usually better than visual superscript in spreadsheets because it performs a calculation. Formatting a number as superscript changes only its appearance.
Superscript formatting makes a character smaller and places it above the normal text line. This is often the best method for documents, reports and presentations.
To create an exponent using the ribbon:
The result appears as x².
On Windows, you can also select the exponent and press Ctrl + Shift + Plus.
On a Mac, select the exponent and press Command + Shift + Plus.
Use the shortcut again to turn off superscript formatting before continuing to type normal text.
The process in PowerPoint is similar:
Depending on the version, you may find the setting in the Font dialog box.
Superscript formatting works well for short mathematical expressions in presentation text. Use the equation editor for more complex formulas.
In Google Docs:
You can also use Ctrl + Period on Windows or ChromeOS and Command + Period on a Mac.
Repeat the shortcut or formatting command to return to normal text.
Excel uses the caret for calculations, but you can visually format part of a text entry as superscript.
To do this:
This method is for display purposes. It does not cause Excel to calculate an exponent.
Unicode includes individual superscript characters that can be copied, pasted or inserted like ordinary text.
Common superscript characters include:
For convenience, here is a complete number sequence:
⁰¹²³⁴⁵⁶⁷⁸⁹
Some Windows applications allow you to type common superscript numbers using Alt codes and a numeric keypad:
To use an Alt code:
These shortcuts may not work on every laptop, keyboard layout or application.
If you do not have a numeric keypad:
On macOS:
Character availability depends on the font and application.
Unicode does not provide a superscript version of every letter and symbol. Complex exponents may therefore be incomplete or inconsistent.
An equation editor is the most appropriate option for complex mathematical notation. It can correctly display fractions, roots, integrals, matrices and multicharacter exponents.
To use Word’s equation editor:
In many Word versions, pressing Alt + Equals opens an equation field.
Inside the equation field, enter:
x^2
The editor converts it into a formatted exponent.
For a multicharacter exponent, enter:
x^(n+1)
In PowerPoint:
An equation object provides more reliable spacing than manually resizing and repositioning text.
In Google Docs:
The equation editor is useful when a document contains several formulas or requires consistent mathematical formatting.
Use an equation editor for expressions such as:
Websites, content management systems and technical documents may use markup rather than visual formatting buttons.
HTML uses the <sup> element for superscript text.
For example:
x<sup>2</sup>
A browser displays this as x².
You can also write:
10<sup>n+1</sup>
The <sup> element changes the visual position of text. For complex mathematical content, MathML or a specialized equation-rendering library may provide better accessibility.
LaTeX uses a caret:
x^2
For an exponent containing multiple characters, use braces:
x^{n+1}
For a negative exponent:
10^{-3}
Basic Markdown does not define one universal exponent syntax. Some platforms support extensions such as:
x^2^
Others require HTML:
x<sup>2</sup>
Check the platform’s documentation before publishing.
Many content management systems provide a superscript button in the text editor. If no button is available, the system may accept HTML.
Before publishing:
Use caret notation when:
Use superscript formatting when:
Use Unicode when:
Use an equation editor when:
Use markup when:

Dokie can help students, teachers and technical professionals turn mathematical notes and research documents into organized presentations. It creates a logical slide structure for formulas, definitions, calculation steps and practical examples while reducing manual design work.
Users can edit the generated slides, change themes and export the deck as an editable PowerPoint file. Mathematical expressions should be checked carefully after generation, and complex exponents may require final formatting with PowerPoint’s equation tools.
Write x² rather than x ² unless the style or formula specifically requires spacing.
x² means x multiplied by itself. It does not mean x multiplied by 2.
Visual formatting does not perform a calculation. Use =A1^2 when calculating a square in a spreadsheet.
After typing an exponent, disable superscript before continuing with normal text.
When using caret notation, place multicharacter exponents in parentheses or braces so readers understand the intended grouping.
Choose one method throughout a document. Switching among Unicode characters, resized text and equation objects can create inconsistent spacing.
Dokie can help users transform mathematical notes, research findings and technical documents into structured presentations. It can organize formulas, explanations and examples into a clearer slide sequence for classes, reports or workplace training.
When using Dokie for mathematical presentations, users should review all exponents, symbols and calculations after generation. Complex equations may require an equation editor or final manual formatting to ensure every expression remains accurate.
You can type x² using a Unicode superscript 2, apply superscript formatting to the number 2 or use x^2 in plain text.
On Windows, select the text and press Ctrl + Shift + Plus. On a Mac, press Command + Shift + Plus.
Use the caret in a formula. For example, =5^3 returns 125.
In plain text, write x^(-2). In an equation editor, enter x^{-2} or apply superscript formatting to −2.
Yes. You can copy Unicode superscript characters such as ¹, ² and ³. Not every letter or mathematical symbol has a matching Unicode superscript.
No. Superscript is a text format. An exponent is a mathematical value that indicates a power. Superscript formatting is commonly used to display exponents.