How to Make a Degree Symbol on Any Device
The degree symbol (°) is one of those characters that shows up constantly — in temperature readings, geographic coordinates, math equations, and design work — yet it hides just off the main keyboard on virtually every device. Knowing where to find it, and how that changes depending on your platform, saves real time.
What the Degree Symbol Actually Is
The degree symbol is a standardized Unicode character: U+00B0. That single code point is what makes it consistent across operating systems, fonts, and browsers. Whether you type it on a Mac, paste it into a Google Doc, or insert it in HTML, the underlying character is the same. What changes is the method you use to produce it.
How to Type the Degree Symbol on Windows
Windows offers several approaches depending on how you work:
Alt code (numeric keypad required): Hold Alt and type 0176 on the numeric keypad, then release Alt. The ° symbol appears. This only works with the dedicated number pad — the top-row number keys won't trigger it.
Character Map utility: Open the Start menu, search for Character Map, find the degree symbol, and copy it. Useful if you need it occasionally and don't want to memorize a shortcut.
Copy-paste from anywhere: If you've used the symbol before, it may already live in your clipboard history (Windows Key + V opens clipboard history if enabled).
Word and Office apps specifically: In Microsoft Word, go to Insert → Symbol → More Symbols, then search for "degree." You can also assign a custom keyboard shortcut inside Word's symbol dialog.
How to Type the Degree Symbol on Mac 🍎
Mac makes this straightforward with a built-in shortcut:
Keyboard shortcut:Option + Shift + 8
This works system-wide — in any text field, any app, any browser. No numeric keypad needed. It's one of the cleaner shortcuts Apple has built into its keyboard layer.
Character Viewer: Press Control + Command + Space to open the Character Viewer. Search "degree" and double-click to insert it. This also shows related symbols like the masculine ordinal indicator (º), which looks similar but is a different character — worth knowing if precision matters.
How to Make the Degree Symbol on iPhone and Android
On mobile, the degree symbol is tucked inside the numeric keyboard:
iPhone (iOS): Switch to the number keyboard (tap 123), then press and hold the zero key (0). A pop-up appears with the ° symbol. Slide to select it.
Android: The path varies slightly by keyboard app and manufacturer, but the general method is the same — switch to the numeric layout, then long-press the zero key. Most Android keyboards (Gboard, Samsung keyboard) surface the degree symbol this way.
If you type temperatures or coordinates frequently on mobile, most keyboards also support creating text replacement shortcuts — you could set something like degr to auto-expand to °.
How to Insert the Degree Symbol in HTML and CSS
For web developers and content editors working in code:
| Method | Code | Output |
|---|---|---|
| HTML entity (named) | ° | ° |
| HTML entity (numeric decimal) | ° | ° |
| HTML entity (hex) | ° | ° |
| Unicode escape (CSS/JS) | |