How to Make the Degree Sign on Any Device
The degree symbol (°) is one of those characters you rarely think about until you suddenly need it — typing a temperature, referencing an angle, or formatting a scientific document. It's not on any standard keyboard key, but it's far from difficult to produce once you know where to look. The method varies depending on your operating system and device, and a few approaches work better in certain contexts than others.
Why the Degree Sign Isn't on Your Keyboard
Standard keyboards follow layouts optimized for the most frequently typed characters in everyday writing. Symbols like °, ©, and ™ are used often enough to be useful but not often enough to earn a dedicated key. Instead, they live inside Unicode — the universal character encoding standard — and every modern operating system provides at least one way to access them.
The degree sign has its own Unicode code point: U+00B0. Knowing this matters if you work in code editors or need consistent, cross-platform character rendering.
How to Type the Degree Sign on Windows ⌨️
Windows offers several methods, and the right one depends on how you prefer to work.
Alt Code (Numeric Keypad Required)
Hold Alt and type 0176 on the numeric keypad (not the number row), then release Alt. The ° symbol will appear. This only works if your keyboard has a dedicated numeric keypad and Num Lock is on.
Windows Character Map
- Press Win + S and search for "Character Map"
- Open the app, find the degree symbol, and click Copy
- Paste it wherever you need it
This is slower but doesn't require memorizing anything.
Unicode Input (Word and Some Apps)
In Microsoft Word and a handful of other applications, type 00B0 then press Alt + X. Word converts the code into the ° symbol. This method won't work in plain text editors like Notepad.
Copy-Paste Shortcut
Some users simply keep a notes file with commonly used symbols. Copying ° once and pasting it repeatedly is low-friction and works everywhere.
How to Type the Degree Sign on Mac
Mac keyboards make this straightforward with a consistent keyboard shortcut across most apps.
Standard Keyboard Shortcut
Press Option + Shift + 8. On most Mac keyboards and in most applications, this immediately inserts °.
Special Characters Viewer
Go to Edit → Emoji & Symbols (or press Control + Command + Space) to open the character picker. Search "degree" and click the symbol to insert it.
How to Type the Degree Sign on iPhone and iPad
Apple's mobile keyboard includes the degree sign, but it's tucked away.
- Tap the 123 key to switch to the number keyboard
- Press and hold the 0 (zero) key
- A popup appears with the ° symbol — slide your finger to it and release
This works in most apps including Notes, Messages, and Mail.
How to Type the Degree Sign on Android
Android keyboard behavior varies by manufacturer and keyboard app, but the most common approach is:
- Switch to the number keyboard by tapping ?123
- Look for a ° key — on many keyboards it appears directly, especially on the symbols page
- If not visible, press and hold the 0 key, which often reveals the degree symbol as an option
If you're using a third-party keyboard like Gboard or SwiftKey, the exact placement may differ slightly, but the long-press on zero is a reliable fallback on most Android devices.
How to Insert the Degree Sign in Specific Software
| Application | Method |
|---|---|
| Microsoft Word (Windows) | Alt + 0176 or 00B0 → Alt + X |
| Microsoft Word (Mac) | Option + Shift + 8 |
| Google Docs | Insert → Special characters → search "degree" |
| Excel | Alt + 0176 (Windows) or Option + Shift + 8 (Mac) |
| HTML | Use the entity ° or ° |
| CSS / Code | Use Unicode escape |