Home
How to Type the Square Root Symbol on Any Keyboard
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
Altand type251on 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
221Aand then pressAlt + X. - Google Docs: Go to
Insert > Special Charactersand 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.
- Enable Num Lock: Ensure the
Num Locklight is on. This method will not work using the row of numbers above the letter keys. - Hold Alt: Press and hold the
Altkey on the left side of your spacebar. - Enter the Code: On the numeric keypad, type
251. Alternatively, the code8730also works in many applications as it corresponds to the Unicode decimal value. - 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.
- Place your cursor where you want the symbol.
- Press the
Windows Key + .(period) orWindows Key + ;(semicolon). - In the window that pops up, click the Symbols icon (it looks like a capital Omega: Ω).
- Scroll down to the Math Symbols category.
- 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.
- Press the
Windows Key, type Character Map, and pressEnter. - Check the Advanced view box at the bottom.
- In the "Search for" field, type "square root" and hit search.
- Click the symbol, click Select, then Copy.
- 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.
- Press
Command + Control + Spacebar. - In the search bar at the top, type "square root."
- Double-click the
√symbol to insert it into your active text field. - 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.
- Press
Ctrl + Shift + U. - Type
221a(the hex code for square root). - Press
EnterorSpace.
The Compose Key
If you have a Compose Key defined in your keyboard settings:
- Press the
Compose Key. - Type
vfollowed by/orvfollowed by!. - 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):
- Go to
Settings > General > Keyboard > Text Replacement. - Tap the
+sign in the top right. - In the Phrase field, paste the symbol
√. - In the Shortcut field, type a trigger like
sqrt. - Now, whenever you type "sqrt" and hit space, it will transform into
√.
On Android (Gboard):
- Open the keyboard and tap the Gear icon (Settings).
- Go to
Dictionary > Personal dictionary > All languages. - Tap the
+icon. - 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.
- Type
221A(case doesn't matter). - Press
Alt + Ximmediately after. - 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.
- Press
Alt + =to open the Equation box. - Type
\sqrtand press theSpacebar. A radical box with a dotted square will appear. - Type your number inside the box.
- Alternatively, use the Equation tab in the top ribbon, click Radical, and choose the style you need.
The Insert Symbol Menu
- Go to the Insert tab.
- Click Symbol on the far right.
- Select More Symbols.
- Change the "Subset" dropdown to Mathematical Operators.
- 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
- Go to
Insert > Special Characters. - In the search box, type "square root" or draw the symbol in the sketching area.
- 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:
="√" & A1or 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:
-
Topic: Math Symbols on Keyboard (Windows & Mac) + Alt Codes - How to Type Anythinghttps://howtotypeanything.com/math-symbols-on-keyboard-alt-codes/
-
Topic: How To Type Square Root On A Keyboard? - AEANEThttps://www.aeanet.org/how-to-type-square-root-on-a-keyboard/
-
Topic: Hurricane Electric Mathematics | Questionshttps://math.he.net/question/40cc124d1993b8ef53d67774dc8486fa57e161f4