The square root symbol (√) is a fundamental element in mathematics, science, and engineering, yet you will quickly notice that it is missing from standard QWERTY, AZERTY, and QWERTZ keyboard layouts. Unlike letters, numbers, or basic punctuation, math symbols like the radical sign require specific key combinations, system tools, or software functions to appear on your screen.

If you need the symbol immediately, the fastest way is to copy and paste it: . However, for those writing academic papers, coding, or managing spreadsheets, relying on copy-paste is inefficient. This guide covers every reliable method to type the square root symbol across Windows, macOS, Linux, mobile devices, and specialized software environments.

Quick Reference for Square Root Shortcuts

For those in a hurry, here are the primary shortcuts for the most common operating systems:

  • Windows (with Numpad): Hold Alt and type 251 on the numeric keypad.
  • Windows (Modern): Press Win + . (Period) to open the Emoji panel, then click the Symbols tab (Ω).
  • macOS: Press Option + V.
  • Microsoft Word: Type 221A and then press Alt + X.
  • Google Docs: Go to Insert > Special Characters and search for "square root."
  • iPhone/Android: Use the copy-paste method or set up a text replacement shortcut.

Typing the Square Root Symbol on Windows

Windows offers the widest variety of methods to input special characters. The best choice depends on whether you have a full-sized keyboard with a dedicated numeric keypad or a compact laptop keyboard.

The Alt Code Method (Desktop Keyboards)

The Alt code method is a legacy system that remains the most reliable way to insert symbols in any text editor, from Notepad to professional IDEs.

  1. Enable Num Lock: Ensure the Num Lock light is on. This method will not work using the row of numbers above the letter keys.
  2. Hold Alt: Press and hold the Alt key on the left side of your spacebar.
  3. Enter the Code: On the numeric keypad, type 251. Alternatively, the code 8730 also works in many applications as it corresponds to the Unicode decimal value.
  4. Release Alt: The symbol will appear instantly.

Note for Laptop Users: If your laptop lacks a numeric keypad, you may have a hidden "Fn" (Function) key that activates a virtual numpad on the right side of the keyboard (often printed in a different color on the U, I, O, P, J, K, L keys). If you don't have this, use the methods below.

The Windows Emoji and Symbol Panel (Windows 10 and 11)

Modern Windows versions include a powerful symbol picker that doesn't require memorizing codes.

  1. Place your cursor where you want the symbol.
  2. Press the Windows Key + . (period) or Windows Key + ; (semicolon).
  3. In the window that pops up, click the Symbols icon (it looks like a capital Omega: Ω).
  4. Scroll down to the Math Symbols category.
  5. Click the symbol to insert it.

Using the Character Map

For users who need to see every available variation of a symbol in different fonts, the Character Map is the best tool.

  1. Press the Windows Key, type Character Map, and press Enter.
  2. Check the Advanced view box at the bottom.
  3. In the "Search for" field, type "square root" and hit search.
  4. Click the symbol, click Select, then Copy.
  5. Paste it into your document.

How to Type Square Root on macOS

Apple simplifies the process by building symbols directly into the keyboard layers. The macOS method is generally faster and more intuitive than the Windows Alt code system.

The Universal Keyboard Shortcut

In almost any Mac application (Pages, Numbers, Safari, Notes), you can type the radical sign with a simple two-key combination:

  • Shortcut: Option + V

This shortcut works because the "V" key visually resembles the radical sign, making it easy to remember.

The Character Viewer (Emoji & Symbols)

If you prefer a visual interface or need to find related symbols like the cube root (∛) or fourth root (∜), use the Character Viewer.

  1. Press Command + Control + Spacebar.
  2. In the search bar at the top, type "square root."
  3. Double-click the symbol to insert it into your active text field.
  4. Pro Tip: You can click the star icon to add the square root to your "Favorites" for even faster access in the future.

Typing Square Root on Linux Systems

Linux users have several methods depending on their desktop environment (GNOME, KDE) and preference for the command line.

Unicode Entry

Most Linux distributions support direct Unicode entry.

  1. Press Ctrl + Shift + U.
  2. Type 221a (the hex code for square root).
  3. Press Enter or Space.

The Compose Key

If you have a Compose Key defined in your keyboard settings:

  1. Press the Compose Key.
  2. Type v followed by / or v followed by !.
  3. The system will combine them into .

Typing Square Root on Mobile Devices (iOS and Android)

Mobile keyboards are designed for speed and space saving, meaning mathematical symbols are often buried deep in sub-menus or entirely absent.

The Copy and Paste Method

This remains the most common solution for mobile users. Simply find the symbol online, long-press to copy, and paste it into your message or social media post.

Text Replacement Shortcuts (The Best Long-term Fix)

If you are a student or teacher using your phone for math, setting up a "text hack" is the way to go.

On iPhone (iOS):

  1. Go to Settings > General > Keyboard > Text Replacement.
  2. Tap the + sign in the top right.
  3. In the Phrase field, paste the symbol .
  4. In the Shortcut field, type a trigger like sqrt.
  5. Now, whenever you type "sqrt" and hit space, it will transform into .

On Android (Gboard):

  1. Open the keyboard and tap the Gear icon (Settings).
  2. Go to Dictionary > Personal dictionary > All languages.
  3. Tap the + icon.
  4. Enter the symbol in the top field and the shortcut (e.g., sqrt) in the bottom field.

Inputting Square Root in Microsoft Word and Office

Microsoft Word is a powerhouse for mathematical notation, offering several distinct ways to handle the square root symbol depending on whether you want a simple character or a professional-grade equation.

The Unicode Shortcut (The Professional's Choice)

Word allows you to toggle between Unicode hex codes and their characters.

  1. Type 221A (case doesn't matter).
  2. Press Alt + X immediately after.
  3. The code will instantly transform into .

The Equation Editor (Best for Academic Papers)

If you are writing a formal math paper, a lone often looks unprofessional because it doesn't "stretch" over the numbers. The Equation Editor solves this.

  1. Press Alt + = to open the Equation box.
  2. Type \sqrt and press the Spacebar. A radical box with a dotted square will appear.
  3. Type your number inside the box.
  4. Alternatively, use the Equation tab in the top ribbon, click Radical, and choose the style you need.

The Insert Symbol Menu

  1. Go to the Insert tab.
  2. Click Symbol on the far right.
  3. Select More Symbols.
  4. Change the "Subset" dropdown to Mathematical Operators.
  5. Find , click it, and hit Insert.

Using Square Root in Google Docs and Sheets

Google Docs handles symbols differently than Microsoft Word, focusing more on menu-driven selection.

Google Docs Special Characters

  1. Go to Insert > Special Characters.
  2. In the search box, type "square root" or draw the symbol in the sketching area.
  3. Click the symbol to insert it.

Google Sheets Formulas

If you are working in Google Sheets or Excel, you usually don't want the symbol ; you want the function.

  • To calculate the square root of a number in cell A1, type: =SQRT(A1).
  • If you strictly want to display the symbol via a formula, use: ="√" & A1 or the formula =CHAR(8730).

Square Root in Web Development (HTML and CSS)

When building websites, you must ensure that the square root symbol renders correctly across all browsers and devices by using proper encoding.

HTML Entities

In HTML, you should use entities to avoid encoding errors:

  • Named Entity: √ (Displays: √)
  • Decimal Entity: √
  • Hex Entity: √

CSS Content

If you want to add a square root symbol before an element using CSS: