Degree Symbol Keyboard Shortcut Matrix
Whether you are drafting an engineering report, logging weather observations, completing physics homework, or coding a responsive web application, the degree symbol (°) is one of the most frequently required technical characters in digital typography. Below is your comprehensive cheat sheet for every major platform:
| Platform / Application | Primary Keyboard Shortcut | Secondary Method / Fallback | Glyph Output |
|---|---|---|---|
| Windows (Full Keyboard) | Alt + 0176 (NumPad) | Alt + 248 (DOS code page 437) | ° |
| Windows (Laptop / No Numpad) | Win + . (Emoji Panel → Symbols → General Punctuation) | Character Map search degree |
° |
| macOS (Apple Mac) | Option + Shift + 8 | Option + K (Ring degree) | ° / ˚ |
| Microsoft Word (Windows) | Ctrl + Shift + @, then Space | Type 00B0 then press Alt + X |
° |
| Microsoft Excel | Alt + 0176 (in cell editor) | Formula: =A1 & CHAR(176) & "C" |
° |
| Google Docs | Insert → Special Characters → Search "degree" | Mac: ⌥+⇧+8 | Win: Alt+0176 | ° |
| iPhone & iPad (iOS) | Long-press 0 (zero) key on numbers keypad | QuickType predictive text: Type "degree" | ° |
| Android (Gboard / Samsung) | Tap ?123 → =< → Tap ° | Long-press 0 (zero) on number row | ° |
| Linux (X11 / GNOME) | Ctrl + Shift + U, type 00b0, press Enter |
Compose key: Compose + o + o | ° |
| HTML / Web Development | ° or ° |
UTF-8 Hex: ° |
° |
| LaTeX | ^\circ (Math Mode) or \\textdegree |
Package siunitx: \\ang{45} or \\SI{25}{\\celsius} |
° |