Guides

How to Type the Degree Symbol (°) on Any Device

A complete guide to typing ° on Windows, Mac, iPhone, Android, and Chromebook.

Copied!

Quick Copy

Click the button below to copy the degree symbol to your clipboard instantly:

Works on every device and operating system. For more options, visit our degree symbol page.

The degree symbol (°) is one of the most frequently needed special characters. Whether you are writing about the weather (25°C), cooking temperatures (180°C / 350°F), geographical coordinates (51.5°N), or mathematical angles (90°), knowing how to type it quickly saves time and keeps your text looking professional.

Below you will find every method for typing the degree symbol on each major platform, from quick keyboard shortcuts to the copy-and-paste approach that works universally.

Windows: Alt Code Method

The most reliable way to type the degree symbol on Windows is with an Alt code. This works in virtually every application.

  1. Make sure Num Lock is turned on
  2. Place your cursor where you want the degree symbol
  3. Hold down the Alt key
  4. Type 0176 on the numeric keypad (not the top row of keys)
  5. Release the Alt key — the ° symbol appears

Alternative Windows methods:

  • Emoji picker: Press Win + . (period), search for "degree", and click the ° symbol
  • Character Map: Open charmap.exe, find the degree symbol, and copy it
  • In Microsoft Word: Type 00B0 then press Alt + X

Mac: Keyboard Shortcut

On a Mac, there is a dedicated keyboard shortcut for the degree symbol:

Press: Shift + Option + 8

This shortcut works in all macOS applications. You can also open the Character Viewer with Control + Command + Space and search for "degree".

Note: Option + K produces the similar-looking ˚ (ring above / modifier letter), which is technically a different character. For temperatures and measurements, use Shift + Option + 8 to get the proper degree symbol.

iPhone and iPad

The degree symbol is accessible through the iOS keyboard's long-press feature:

  1. Switch to the numbers keyboard by tapping 123
  2. Press and hold the 0 (zero) key
  3. A popup appears showing the degree symbol °
  4. Slide your finger to ° and release

This works in all iOS apps including Messages, Notes, Mail, and Safari.

Android

On most Android keyboards (Gboard, Samsung, SwiftKey):

  1. Switch to the symbols keyboard by tapping ?123 or the symbols button
  2. Look for the degree symbol ° — on Gboard, it is on the second symbols page (tap =\<)
  3. On Samsung keyboard, long-press the 0 key to find it

If your keyboard does not have it, you can always copy the symbol from this page and paste it.

Chromebook

Chromebooks do not have a numeric keypad, so Alt codes do not work. Use one of these methods instead:

  • Unicode input: Press Ctrl + Shift + U, type 00B0, then press Enter
  • Copy and paste: Copy ° from this page or search "degree symbol" in your browser

HTML and Programming

For web developers and programmers, here are the ways to include the degree symbol in code:

Context Code
HTML named entity&deg;
HTML decimal&#176;
HTML hex&#x00B0;
CSS contentcontent: "\00B0"
JavaScript"\u00B0"
Python"\u00B0"
LaTeX\textdegree{} or ^\circ

Quick Reference Summary

WindowsAlt + 0176
MacShift + Option + 8
iPhone/iPadLong-press 0 key
AndroidSymbols keyboard (varies by keyboard app)
ChromebookCtrl+Shift+U, 00B0, Enter
HTML&deg;

Related Pages