Meaning, history & how to type it

Square Root Symbol (√)

Everything about the square root symbol in one place — copy it instantly, learn exactly what it means, and find the precise steps to type it on every device. Fact-checked, sourced, and kept current.

Square root symbol · U+221A

Cube root
4th root
25+ in-depth guidescovering every platform & use case
Every major deviceMac, Windows, Chromebook, iPhone, Android
Sourced & fact-checkedreal history, real math, no guesswork
Updated June 2026kept current as platforms change

Start here

What You’ll Find Here

Four ways to get what you need, depending on what brought you here.

Type It

Exact keyboard steps for Mac, Windows, Chromebook, iPhone, and Android — plus Word, Excel, and Google Docs.

See typing steps

Copy & Paste It

Grab √, ∛, or ∜ instantly with one click — no typing, no codes, works on any device.

More copy options

Understand It

What the symbol actually means, why it’s always positive, and where it came from — explained clearly.

Read the explainer

Calculate It

Find the square root of any number instantly, including non-perfect squares and negatives.

Try the calculator

What Does the Square Root Symbol Mean?

Quick answer: The square root symbol (√) asks “what number, multiplied by itself, gives this number?” For example, √9 = 3, because 3 × 3 = 9. It’s also called the radical sign or root symbol, and by convention it always refers to the non-negative (“principal”) root.

The square root symbol (√) represents the square root operation: it asks what number, multiplied by itself, produces the number underneath it. √16 = 4, because 4 × 4 = 16.

The number under the symbol is called the radicand. The whole expression — symbol plus radicand — is sometimes called a radical. The horizontal line that extends over the radicand is the vinculum; it groups everything underneath as a single unit, the same way parentheses do.

You’ll see the square root symbol called by several different names depending on the textbook, country, or context:

  • Radical sign / radical symbol
  • Root symbol or root sign
  • Sqrt symbol
  • Surd (more common in British English, technically refers to an irrational root)
  • Radix sign (from the Latin word the symbol is believed to come from)

All of these point at the same character. There’s no meaningful difference between “square root symbol” and “radical sign” — they’re interchangeable in everyday use.

One technical note worth knowing: the plain Unicode character √ doesn’t actually include the connecting overline that printed math books show stretching over multi-digit numbers. That overline (the vinculum) is added separately by typesetting systems like LaTeX. If you copy-paste √ into a plain text document and it looks slightly “incomplete” compared to a textbook, that’s why — it’s working correctly, it just isn’t carrying its overline with it.

√ vs ∛ vs ∜ vs the Radical Sign vs a Checkmark

These characters get mixed up constantly, and the confusion is legitimate — they really do look similar at small sizes.

SymbolNameMeansUnicode
Square root symbol2nd root of a numberU+221A
Cube root symbol3rd root of a numberU+221B
Fourth root symbol4th root of a numberU+221C
CheckmarkNot a math symbol — confirms or marks something as correctU+2713

The square root symbol is the only one of these that doesn’t need a small number written above it — it’s understood to mean “2nd root” by default. The cube and fourth root symbols always carry their index (the small 3 or 4) to show which root they mean. The checkmark is visually close to a bare radical sign but has nothing to do with mathematics.

For higher roots — 5th, 6th, and beyond — there’s no dedicated Unicode character. Mathematicians write a small index number above a generic radical sign instead: ⁵√32 means “the 5th root of 32.”

Is the Square Root Symbol Always Positive?

Yes. By mathematical convention, √ always refers to the non-negative root — what mathematicians call the principal square root. √9 is 3, not −3, even though both 3 and −3 satisfy 3² = 9 and (−3)² = 9.

There’s a real difference between two related questions that look almost identical:

  • “What is √9?” has one answer: 3. The radical symbol is defined to give only the positive root.
  • “What are the solutions to x² = 9?” has two answers: x = 3 or x = −3. Squaring throws away the sign, so solving the equation has to bring both possibilities back — which is why the quadratic formula carries a ± in front of the radical, while a plain √ never does.

This is a deliberate, centuries-old convention that exists so √ can behave as a proper mathematical function — one input, one output — rather than an ambiguous operation. Read the full explainer, including where Bhāskara II, Christoph Rudolff, and Augustin-Louis Cauchy fit into the story →

How to Type the Square Root Symbol

There’s no dedicated √ key on any standard keyboard, so every method below works around that in a different way. Pick whichever matches your device.

On Windows

Hold Alt and type 251 on the numeric keypad (NumLock must be on), then release Alt. If you don’t have a numeric keypad, open the Windows Character Map (search “charmap”), find √ under Mathematical Operators, and copy it from there.

On Mac

Press Option + V. That’s the entire shortcut — no modifier combinations, no numeric codes. Full Mac guide →

On Chromebook and Linux

Press Ctrl + Shift + U, type 221a (the Unicode hex code), then press Enter or Space. This works system-wide on ChromeOS and most Linux distributions. Full Chromebook guide →

On iPhone and Android

Neither mobile keyboard has a built-in square root key. Your two practical options: copy and paste the symbol from the top of this page, or set up a text-replacement shortcut (iPhone: Settings → General → Keyboard → Text Replacement).

How to Insert √ in Word, Excel, Google Docs, and LaTeX

Microsoft Word

Use Insert → Symbol → More Symbols, select Mathematical Operators, and double-click √. Or type 221A and immediately press Alt + X to auto-convert it.

Microsoft Excel

To calculate a square root, use =SQRT(number). To insert the character itself, use =UNICHAR(8730) or Insert → Symbol.

Google Docs

Go to Insert → Special characters, then search “square root” or “radical.”

LaTeX

\sqrt{x} produces a square root with the vinculum included. \sqrt[n]{x} produces an nth root. \surd produces the bare radical symbol with no vinculum and no radicand.

Python and Other Code

math.sqrt(x) returns the square root as a float. x ** 0.5 does the same with no import required. math.isqrt(x) returns the integer (floor) square root.

Try it yourself

A square root calculator that actually explains itself

Type any number and get its square root instantly — including decimals and negative numbers, which return an imaginary result instead of an error.

Square root calculator

=

Try a negative number — you’ll get an imaginary result like 3i instead of an error.

Unicode, HTML, and Code Values

FormatSquare root (√)Cube root (∛)Fourth root (∜)
UnicodeU+221AU+221BU+221C
HTML entity√
HTML decimal√∛∜
HTML hex√∛∜
LaTeX\sqrt{}\sqrt[3]{}\sqrt[4]{}

Where Does the Square Root Symbol Come From?

The radical sign has been evolving for roughly 500 years. German mathematician Christoff Rudolff is credited with the first printed use of √ — without the connecting overline — in his 1525 book Die Coss. Over a century later, René Descartes united that radical sign with the vinculum in his 1637 work La Géométrie, producing the symbol recognizable today.

The word “radical” traces to the Latin radix, meaning “root.” There’s a competing theory that the symbol’s shape descends from the Arabic letter ج (jīm), the first letter of jadhr (root); Leonhard Euler instead believed it came from a stylized Latin “r.” Neither theory is fully settled.

Read the full history, including the legacy encoding tables and the principal-root debate →

Where You’ll Actually See the Square Root Symbol

Outside of homework, the radical sign shows up constantly across math, science, and engineering:

  • Pythagorean theorem: the hypotenuse of a right triangle is c = √(a² + b²)
  • Quadratic formula: x = (−b ± √(b² − 4ac)) / 2a
  • Standard deviation in statistics: σ = √(variance)
  • Distance formula: √((x₂−x₁)² + (y₂−y₁)²)

In every one of these, the symbol means exactly the same thing it means on its own: take the non-negative square root of whatever’s underneath the bar.

Frequently Asked Questions

Quick answers — full explanations are linked where it helps.

What does the square root symbol mean?

It represents the operation of finding a number that, multiplied by itself, produces the value underneath it. √25 = 5, because 5 × 5 = 25.

Is the square root symbol always positive?

Yes. By definition, √ gives only the non-negative (“principal”) root. The equation x² = 25 has two solutions (5 and −5), but the symbol √25 by itself is just 5. Read the full explainer →

How do I type the square root symbol on a keyboard?

On Mac, press Option + V. On Windows, hold Alt and type 251 on the numeric keypad. On Chromebook or Linux, press Ctrl + Shift + U, type 221a, then press Enter. On mobile, copy and paste it, or set up a text-replacement shortcut.

What is the square root symbol called?

Most commonly the radical sign or radical symbol. You’ll also see it called the root symbol, root sign, or sqrt symbol — all referring to the same character.

What’s the difference between √ and the radical sign?

There isn’t one — “radical sign” and “square root symbol” describe the same character. It becomes a cube root, fourth root, or nth root only when a small index number is added above it.

How do I copy and paste the square root symbol?

Use the copy button at the top of this page, or highlight √ and copy it (Ctrl+C or Cmd+C), then paste it (Ctrl+V or Cmd+V) wherever you need it. No installation or special keyboard required.

What is the Unicode value for the square root symbol?

U+221A. The HTML entity is √ or √, and the hex code is √.

Why is it called a “radical”?

It comes from the Latin word radix, meaning “root.” The exact reason the symbol itself looks the way it does is debated — Euler thought it derived from a stylized Latin “r,” while another theory ties it to the Arabic letter ج, the first letter of the word for “root.”

Can the square root symbol represent a negative result?

Not by itself. √ always returns the non-negative root. If you need the negative root, you write it explicitly as −√x, and if you need both, you write ±√x.

What’s the symbol for a cube root or fourth root?

Cube root is ∛ (Unicode U+221B); fourth root is ∜ (U+221C). Both are written with their index number already built into the character, unlike the square root symbol, which has no visible index because “2” is the default.