How to Make the Degree Symbol on Any Device
The degree symbol (°) is one of those characters that comes up constantly — in weather forecasts, cooking temperatures, math, science, and geographic coordinates — yet it's nowhere to be found on a standard keyboard. The good news is that every major operating system and device has at least one reliable way to produce it. The method that works best for you depends on what you're using and how often you need it.
Why the Degree Symbol Isn't on Your Keyboard
Standard keyboard layouts, whether physical or on-screen, follow the QWERTY design developed in the 1870s. That layout was built around the most common characters in English-language writing. Special symbols like °, ™, or © simply didn't make the cut for dedicated keys.
These characters live in the Unicode character set — a universal standard that assigns a unique code to every symbol used in written language worldwide. The degree symbol is Unicode character U+00B0. Every modern operating system knows this code; you just need to know how to call it up.
How to Type the Degree Symbol on Windows
Windows gives you several routes depending on what you're doing:
Alt Code (Numeric Keypad) Hold Alt and type 0176 on the numeric keypad (not the number row), then release Alt. The ° symbol appears. This only works if your keyboard has a dedicated numeric keypad and Num Lock is on.
Character Map Search for "Character Map" in the Start menu, find the degree symbol, and copy it. Useful for one-off situations where you don't want to memorize shortcuts.
Copy-Paste from a Search Searching "degree symbol" in any browser will surface the character directly in search results — easy to copy from there.
Emoji & Symbol Panel Press Windows key + period (.) to open the emoji and symbol panel. Type "degree" in the search box and it appears instantly. This method works in almost any text field in Windows 10 and 11.
In Microsoft Word Specifically Go to Insert → Symbol → More Symbols, find the degree symbol, and insert it. You can also assign it to a keyboard shortcut inside Word's symbol settings.
How to Type the Degree Symbol on Mac
Mac users have the most straightforward shortcut of any desktop OS:
Press Option + Shift + 8 simultaneously. That's it — ° appears wherever your cursor is.
Alternatively, you can open the Character Viewer by pressing Control + Command + Space, search for "degree," and click to insert. This panel also shows recently used symbols, so after using it once, the degree symbol typically sits in your "Favorites" or recent history.
How to Type the Degree Symbol on iPhone and iPad 📱
iOS has a built-in shortcut that most users don't know about:
On the on-screen keyboard, press and hold the zero (0) key. A small popup appears with the ° symbol as an option. Slide your finger to it and release. No settings to change — it works out of the box on any iPhone or iPad running a current version of iOS/iPadOS.
This method works in nearly every app: Messages, Notes, Mail, and third-party apps alike.
How to Type the Degree Symbol on Android
Android's approach varies slightly depending on your keyboard app and manufacturer skin, but the most common method mirrors iOS:
Press and hold the zero (0) key on the standard number row. On Gboard (Google's keyboard, the most widely used Android keyboard), this surfaces the ° character as a long-press option.
If your keyboard doesn't show it via long-press, tap the ?123 key to enter the numbers/symbols view, then look for a symbols or special characters page — often labeled =< or sym. The degree symbol usually appears there.
Some manufacturers (Samsung, for example) use a slightly different default keyboard layout, so the exact placement may differ from a stock Android experience.
How to Insert the Degree Symbol in Specific Software 🖥️
| Environment | Method |
|---|---|
| Microsoft Word | Insert → Symbol, or Alt + 0176 (numpad) |
| Google Docs | Insert → Special Characters → search "degree" |
| Excel | Alt + 0176 (numpad) or use CHAR(176) in a formula |
| HTML/Web | Use the HTML entity ° or ° |
| LaTeX | Use $^{circ}$ inside math mode |
| CSS | Use the Unicode escape |