How to Type a Degree Sign on Any Device or Keyboard
The degree symbol (°) is one of those characters you rarely think about — until you need it. Whether you're writing about temperature, geographic coordinates, or angles in math, that small superscript circle carries real meaning. The good news: every major device and operating system has a way to produce it. The method that works best for you depends on what you're working on and how often you need it.
What the Degree Sign Actually Is
The degree symbol is a standardized Unicode character — U+00B0 — recognized across virtually all modern operating systems, browsers, and apps. It's distinct from the masculine ordinal indicator (º) and the ring above diacritic (˚), which look similar but are different characters with different uses. If you copy a degree sign from an unreliable source, you may accidentally paste the wrong one.
When accuracy matters — in scientific writing, engineering documents, or published content — it's worth knowing how to insert the genuine character, not just something that looks close.
How to Type the Degree Sign on Windows
Windows offers several methods, and the right one depends on your keyboard and workflow.
Using a keyboard shortcut (numpad required): Hold Alt and type 0176 on the numeric keypad (not the top-row numbers). Release Alt and ° appears. This only works if your keyboard has a dedicated numpad and Num Lock is on.
Using the Character Map: Search for "Character Map" in the Start menu, find the degree symbol, and copy it. Slow, but reliable on any keyboard.
Using Windows emoji panel: Press Win + . (period) to open the emoji and symbols panel. Search for "degree" and insert it directly. This works in most text fields across Windows 10 and 11.
In Microsoft Word specifically: Go to Insert → Symbol → More Symbols, find the degree sign, and insert it. You can also assign it a custom keyboard shortcut within Word.
How to Type the Degree Sign on Mac
Mac makes this fairly straightforward with a dedicated shortcut:
Press Option + Shift + 8 — this inserts ° directly in most macOS apps, including Pages, TextEdit, and most browsers.
Alternatively, you can use the Character Viewer: go to Edit → Emoji & Symbols (or press Control + Command + Space), search for "degree," and double-click to insert.
How to Type the Degree Sign on iPhone and iPad 📱
There's no dedicated degree key on the iOS keyboard, but it's accessible:
- Open the standard keyboard
- Press and hold the zero (0) key
- A popup will appear showing the degree symbol (°)
- Slide your finger to it and release
This works in most iOS text fields — messages, notes, email, and more. If you type it frequently, you can create a text replacement shortcut under Settings → General → Keyboard → Text Replacement — for example, typing "deg" auto-expands to °.
How to Type the Degree Sign on Android
Android keyboards vary by manufacturer and app, but the most common path is:
- Switch to the numbers and symbols keyboard (usually by tapping ?123 or !#1)
- Look for the degree symbol directly, or tap a secondary symbols key to find it
On many Android devices with Gboard installed, you can also long-press the zero (0) to reveal the degree symbol — similar to iOS behavior. If your keyboard doesn't show it, copy-pasting from a reliable reference is a practical workaround.
How to Insert a Degree Sign in HTML and Code
If you're building a webpage or writing in HTML, there are two clean ways to include the degree sign without relying on copy-paste:
| Method | Code | Output |
|---|---|---|
| HTML entity (name) | ° | ° |
| HTML entity (numeric) | ° | ° |
| Unicode escape (CSS/JS) | |