How to Insert the Square Root Symbol ( √ ) on a Mac

How to Insert the Square Root Symbol ( √ ) on a Mac

Tired of typing “square root” when you could just as well type ‘√’? Find out here how to insert the square root symbol on a Mac (and in HTML), and how to input other radix characters to boot.

First, Clearly, You’ve Been to Costa Rica

Think you’ve seen a mountain shaped like the square root of two?

Clearly, you have been to the north of Costa Rica and marveled at the triangular shape of Arenal. (Perhaps, you have also visited Hakone to see Mount Fuji, stood in amazement before Mount Mayon rising out of a Philippine island or traveled the Ecuadorian highlands around Cotopaxi for similarly shaped stratovolcanoes.)

Now, with all these structures approaching the square root of two in a manner when seen from the side, let’s find out how to write that square root faster and more elegantly:

How to Insert the Square Root Symbol ( √ ) on a Mac

Time needed: 2 minutes

To type the square root symbol using the keyboard on a Mac:

  1. Position the cursor in front of the character that should appear “under” the square root symbol.

  2. Press Option V.

    What’s next: Follow the square root symbol immediately with the symbol or number to appear under it.
    Not all: Typically, the symbol’s bar will not cover the full length of the expression under it; you can achieve that with HTML (see below) and LaTeX, for instance, or put together a poor version with a combining character (see also below).
    Keyboard layouts: The key combination above works for the US-English Mac keyboard layout (as well as for Spanish and German keyboard layouts, for example); see below for finding the shortcut for your keyboard.

Not just inserting: How to Compute the Square Root on a Mac

Find the Square Root Symbol Shortcut for Your Mac Keyboard Layout

To identify the key combination that will insert √ on your keyboard using your macOS keyboard layout:

  1. Open the Mac keyboard viewer.
  2. Hold the Option, Shift and, perhaps, Command keys individually and together to reveal key combinations and find the  character.

Here are a couple of random examples for the square root symbol:

KeyboardSquare Root Symbol √
FrenchOption Shift V
GermanOption V
ItalianOption V
Norwegian (Bokmål)Option J
SpanishOption V

Back again: How to Type “Squared” ( ² ) on a Mac

Insert Root Symbols Using Character Viewer

To find and insert symbols for square root, cube root and fourth root using Character Viewer or the emoji panel on a Mac:

  1. Position the text cursor where you want to insert the root symbol.
  2. Select Edit | Emoji & Symbols from the menu.
    Mac keyboard shortcut: Press Fn E or 🌐︎ to open the emoji panel.
  3. Search for root to find all the root symbols.
    Here or there: Searching works both in the emoji panel and full-sized Character Viewer.
    Character search: You can also search for an individual symbol, of course, e.g., for square root.
  4. Click or double-click , or to insert the desired symbol.
    Inserting the square root symbol on a Mac using the emoji panel

On Windows? How to Insert the Sign for Square Root on Windows

Continue the Radix’s Vinculum with Unicode

While not mathematically correct or satisfyingly beautiful, you can extend the vinculum (a bar, in this case at the top of the radix symbol that expands to cover everything beneath the root) using Unicode.

To extend the root symbol bar:

  1. Insert the radix and the first character under it as above.
  2. Bring up Character Viewer or the emoji panel (see above).
  3. Search for combining double macron.
  4. Insert the combining double macron character.
  5. Type the next character under the root.
  6. Continue with further macrons as needed.
    You can extend the radix symbol with a double macron

Using Roots in Microsoft Word

In MS Word, you can use equations to insert the radix symbol in addition to using the Unicode characters.

How to Insert the Square Root Symbol ( √ ) on a Mac: FAQ

How can I insert the radix symbol in HTML?

In HTML, you can insert the square root symbol as an entity (like a character) or use it as part of mathematical display.

To use the HTML entities, employ &sqrt; for √ (and ∛ for ∛ as well as ∜ for ∜.

In MathML, you can use <msqrt> for a square root and <mroot> for arbitrary roots.

Example

<math display="block">
    <mroot>
      <mrow>
        <mi>a</mi>
        <mo>+</mo>
        <msqrt>
          <mn>2</mn>
        </msqrt>
      </mrow>
      <mn>3</mn>
    </mroot>
</math>

will display as

a + 2 3

(or Roots in MathML as converted to an image).

Can I insert the square root and other root symbols using Unicode directly?

Yes.

To insert root symbols such as square root using Unicode on a Mac:

  1. Enable and switch to Unicode Hex Input on your Mac.
  2. Press and hold the Option key.
  3. Type 221A for √;
    type 221B for ∛ and
    type 221C for .
  4. Let go of the Option key.

Can I copy the radix symbols for pasting?

Certainly.

Use the table below to copy the desired root symbol for pasting:

Square root symbol
Cube root symbol
Fourth root symbol
Combining double macron ͞

(How to insert the square root symbol on a Mac tested with macOS Sonoma 14.3; updated March 2024)

Home » Mac Tips and Resources » How to Insert the Square Root Symbol ( √ ) on a Mac