³

Superscript Three Symbol (³)

Copy and paste the superscript three symbol ³ — click the button or any variant below

Superscript Three Symbol Copy and Paste

Click any symbol below to copy it to your clipboard instantly.

³ Superscript Three Copied!
Unicode Character
³
Unicode Hex
U+00B3
HTML Entity
³
Decimal Code
179

About the Superscript Three Symbol

Last reviewed on August 3, 2026

The Superscript Three symbol (³) is one of the mathematical symbols characters in the AllSymbols catalog. It comes from one of the Unicode Mathematical Operators blocks (U+2200–U+22FF or U+2A00–U+2AFF), which collect the operators, relations, and quantifiers used in mathematics. These characters are designed to align visually with each other and with the rest of math text.

Where this character is used

For inline math expressions in body text, captions, and chat, Unicode operators read more cleanly than ASCII substitutes. Use the proper minus sign (−) instead of the hyphen-minus, the multiplication sign (×) instead of the letter x, and the not-equal sign (≠) instead of the != digraph. For typeset math (proofs, papers), prefer a real math typesetting system — Unicode is for plain text.

Code references

In Unicode, Superscript Three sits at code point U+00B3. Web pages reference it with the HTML numeric entity ³; CSS rules reference it as a quoted hex escape (the four-digit code prefixed with a backslash); in JavaScript and most modern source-code contexts you can either paste the literal character or use a Unicode escape with the same hex digits.

Rendering and font support

Some math operators have ASCII look-alikes that mean different things: the bullet (•) is not the multiplication dot, the asterisk is not the multiplication sign, and the slash is not the division sign. When precision matters, copy the dedicated character.

Related characters

If Superscript Three isn’t quite what you need, the Mathematical Symbols page lists every related character on the site — including Plus Sign and Product. The related-symbols grid below also surfaces the closest sibling characters.

How to Type the Superscript Three on a Keyboard

Windows: Hold Alt and type 0179 on the numeric keypad
Mac: Press Ctrl+Cmd+Space to open the Character Viewer, then search for the symbol by name
Microsoft Word: Type 00B3 then press Alt+X to convert it into ³
HTML: Use the entity ³ or the numeric code ³
Phone & tablet: Copying ³ from this page is fastest — see our mobile typing guide for keyboard tricks

Superscript Three Symbol Code for HTML, CSS & JavaScript

HTML: ³
CSS: content: '\\00B3';
JavaScript: '\\u00B3'
Unicode: U+00B3

Frequently Asked Questions

How do I type the superscript three symbol ³ on Windows?

Hold Alt and type 0179 on the numeric keypad. You can also copy ³ straight from this page — it pastes into any app.

How do I type ³ on a Mac?

Press Ctrl+Cmd+Space to open the Character Viewer, then search for the symbol by name.

What is the Unicode and HTML code for the superscript three symbol?

The superscript three symbol is Unicode code point U+00B3. In HTML, use ³ or the numeric reference ³.