How to Type a Degree Sign on Any Device
The degree symbol (°) is one of those characters that isn't printed on any standard keyboard key — yet you need it constantly for temperatures, angles, coordinates, and academic writing. The good news: every major operating system has a way to produce it. The method that works best for you depends on what device you're using, how often you need the symbol, and how technical you're willing to get.
What the Degree Sign Actually Is
The degree symbol (°) is a distinct Unicode character — U+00B0 — not a superscript letter "o" or a masculine ordinal indicator (º). Using the wrong character can cause display issues, especially in documents that get converted between formats or submitted to systems that parse text programmatically. When precision matters, the true degree sign is worth using.
How to Type a Degree Sign on Windows
Windows gives you several paths, ranging from instant keyboard shortcuts to menu-based options.
Alt code method: Hold Alt and type 0176 on the numeric keypad (not the top-row number keys). Release Alt and ° appears. This only works if Num Lock is on and your keyboard has a dedicated numeric keypad — something many laptops lack.
Character Map: Search for "Character Map" in the Start menu, find the degree symbol, and copy it. Slow, but reliable on any Windows machine.
Copy and paste from your own document: Once you've inserted a degree sign once, you can save it in a text snippet tool or a pinned note and paste it whenever needed.
Microsoft Word autocorrect: Word often automatically converts typed sequences into special characters. You can also go to Insert → Symbol → More Symbols, find the degree sign, and assign it a custom keyboard shortcut under the "Shortcut Key" option.
How to Type a Degree Sign on Mac
Mac keyboard shortcuts are more accessible than Windows Alt codes because they don't require a numeric keypad.
Keyboard shortcut: Press Option + Shift + 8 simultaneously. This works system-wide — in browsers, text editors, email clients, and most apps.
Character Viewer: Press Control + Command + Space to open the Character Viewer. Search "degree" and double-click the symbol to insert it wherever your cursor is. This viewer also shows related symbols like the degree Celsius (℃) and degree Fahrenheit (℉) characters if you need those instead.
How to Type a Degree Sign on iPhone or iPad 📱
No shortcut memorization required here.
Long-press the zero key: On the default iOS/iPadOS keyboard, press and hold the 0 (zero) key. A popup appears with the degree symbol as an option. Slide your finger to it and release.
This works in virtually every app with a standard keyboard. It's the fastest mobile method available.
How to Type a Degree Sign on Android
Android behavior varies more than iOS because manufacturers can customize the keyboard, and many users install third-party keyboards like Gboard or SwiftKey.
On Gboard (Google's default keyboard): Long-press the 0 key, just like iOS. The degree symbol should appear as a pop-up option on most versions.
Alternatively: Tap the ?123 key to switch to the symbol keyboard, then look for the degree sign — it may be on the first or second symbol page depending on your device and keyboard app. Some keyboards require tapping =< to access a second layer of symbols.
If you're using a manufacturer keyboard (Samsung, Xiaomi, etc.), the exact path may differ slightly, but the long-press-zero approach works on most.
How to Type a Degree Sign in HTML and Code
If you're writing web content or working in a code environment, the keyboard shortcut alone isn't always reliable — character encoding issues can corrupt special characters.
Use the HTML entity instead:
| Method | Code | Output |
|---|---|---|
| HTML named entity | ° | ° |
| HTML numeric (decimal) | ° | ° |
| HTML numeric (hex) | ° | ° |
| Unicode escape (CSS/JS) | |