The degree symbol (°) is a small but critical character used daily across various fields, from reporting the morning temperature to calculating geometric angles or documenting geographic coordinates. Despite its ubiquity, this symbol does not have a dedicated key on most standard QWERTY keyboards. This leads many users to resort to inefficient methods like searching for the symbol on Google and then performing a copy-paste—a process that breaks productivity and focus.

Understanding how to type the degree symbol natively on your specific operating system not only saves time but also ensures that your documents maintain professional typographic standards. This comprehensive guide covers every reliable method for Windows, macOS, Linux, ChromeOS, and mobile devices, along with specialized tips for professional software like Microsoft Word and Excel.

Quick Answer: The Fastest Shortcuts

If you are looking for an immediate solution, here are the primary keyboard shortcuts for the most common platforms:

  • Windows: Press and hold Alt, then type 0176 on the numeric keypad.
  • macOS: Press Shift + Option + 8.
  • iOS/Android: Long-press the 0 (zero) key on the on-screen keyboard.
  • Chromebook: Press Ctrl + Shift + U, type 00B0, then press Enter.

While these shortcuts are the industry standard, their effectiveness can vary based on your specific hardware configuration, such as whether your laptop lacks a dedicated numeric keypad or if you are working within a specific web application.

Typing the Degree Symbol on Windows

Windows offers several ways to input the degree symbol, catering to both power users who prefer keyboard codes and visual learners who prefer GUI-based menus.

1. The Alt Code Method (Recommended for Desktop)

The Alt code remains the most robust method for Windows users, as it works in almost every application, including Notepad, Word, and web browsers.

To use this method, you must have a numeric keypad (the block of numbers on the right side of a full-sized keyboard).

  1. Ensure Num Lock is turned on.
  2. Place your cursor where you want the symbol to appear.
  3. Press and hold the Alt key on either side of the spacebar.
  4. Type 0176 on the numeric keypad.
  5. Release the Alt key.

Important Note for Laptop Users: Many modern laptops lack a physical numeric keypad. Simply typing the numbers on the top row of your keyboard while holding Alt will not work. In these cases, you may need to use a Function (Fn) key combination to activate a "hidden" keypad often mapped to the letter keys, or use one of the alternative methods listed below.

2. The Windows Emoji and Symbol Panel

In Windows 10 and Windows 11, Microsoft introduced a modern symbol picker that is much more intuitive than memorizing four-digit codes.

  1. Press the Windows Key + . (period) or Windows Key + ; (semicolon).
  2. A small pop-up window will appear. Click on the Symbols icon (resembling an Omega sign Ω).
  3. Scroll through the categories or look for the "General Punctuation" section.
  4. The degree symbol (°) is usually located in the first few rows of the symbols list.
  5. Click it once to insert it into your text.

3. Using the Character Map

For those who need to find specific variations of symbols or who are using older versions of Windows, the Character Map is a reliable fallback.

  1. Press the Windows Key, type Character Map, and press Enter.
  2. In the "Search for" box at the bottom, type "degree" and click Search.
  3. Click on the degree symbol, click Select, and then click Copy.
  4. Paste it into your document using Ctrl + V.

Typing the Degree Symbol on macOS

Apple has made symbol input remarkably consistent across its ecosystem. There are two primary shortcuts, and both work across virtually all Mac applications like Pages, Numbers, and Safari.

1. The Primary Shortcut: Shift + Option + 8

The most common way to get a true degree symbol (U+00B0) on a Mac is:

  • Press and hold Shift + Option + 8 simultaneously.

2. The Alternative Shortcut: Option + K

Some users find Option + K easier to remember. However, it is worth noting that in some older fonts or specific coding environments, this might occasionally render a slightly different glyph. For universal compatibility, Shift + Option + 8 is the preferred standard.

3. The Emoji & Symbols Viewer

If you prefer a visual interface or need to find related symbols like the Celsius (℃) or Fahrenheit (℉) characters:

  1. Press Control + Command + Spacebar.
  2. Type "degree" into the search bar at the top of the viewer.
  3. Double-click the degree symbol to insert it.

Inputting on Mobile Devices (iOS and Android)

On smartphones and tablets, the degree symbol is hidden behind a "long-press" gesture to save screen real estate.

iOS (iPhone and iPad)

  1. Open the on-screen keyboard and tap the 123 button to switch to the number layout.
  2. Locate the 0 (zero) key.
  3. Press and hold the 0 key for a second.
  4. A small bubble will appear above your finger showing the ° symbol.
  5. Slide your finger onto the symbol and release.

Android (Gboard and Samsung Keyboard)

The process is nearly identical on Android, though the exact location can depend on which keyboard app you use.

  1. Tap the ?123 or 123 button.
  2. Switch to the second page of symbols if necessary (usually by tapping =<).
  3. Alternatively, on many Android keyboards, you can long-press the 0 key on the main number row (if enabled) or the period (.) key to find a menu of symbols.
  4. Select the ° symbol from the pop-up.

Chromebook and Linux Solutions

For users on ChromeOS or various Linux distributions, the method relies on Unicode entry, which is the most precise way to ensure you are getting the correct character.

Chromebook (ChromeOS)

  1. Press Ctrl + Shift + U. An underlined "u" will appear at your cursor.
  2. Type the hex code for the degree symbol: 00B0.
  3. Press Enter or the Spacebar. The underlined code will transform into the symbol.

Linux (GTK-based environments like GNOME)

Most Linux distros use a similar Unicode shortcut:

  1. Press Ctrl + Shift + U.
  2. Type b0.
  3. Press Enter.

If you have a Compose Key configured on your Linux system, you can often type the sequence: Compose Key -> o -> o. This is frequently cited by Linux enthusiasts as the most ergonomic way to handle special characters.

Typing in Professional Software: Word, Excel, and Google Docs

While system-wide shortcuts usually work, these specific applications offer built-in features that can make your workflow even smoother.

Microsoft Word

Word offers a specialized "Insert Symbol" menu and a unique keyboard shortcut that doesn't require a numeric keypad.

  • The Shortcut: Press Ctrl + @ (which is Ctrl + Shift + 2), then immediately press the Spacebar. Word will convert this sequence into a degree symbol.
  • The Ribbon Method: Go to the Insert tab, click Symbol on the far right, and select the degree sign. If you use it frequently, it will stay in your "Recently Used" list.

Microsoft Excel

In Excel, the Alt code (Alt + 0176) is the most reliable method for entering symbols into a cell's text. However, if you need to display degrees as part of a number format (e.g., to show "25°" while keeping the cell value as a pure number for calculations), you should use Custom Formatting:

  1. Right-click the cell and select Format Cells.
  2. Under the Number tab, select Custom.
  3. In the "Type" box, enter . Now, whenever you type a number in that cell, the degree symbol will appear automatically.

Google Docs

  1. Go to Insert > Special Characters.
  2. In the search box, type "degree."
  3. Click on the symbol in the results.
  4. Alternatively, you can "draw" a small circle in the provided box, and Google Docs will recognize it as the degree symbol.

Technical Specifications: Unicode and HTML

For web developers, programmers, and data scientists, knowing the technical identity of the degree symbol is essential for consistent rendering across platforms.

  • Unicode Name: Degree Sign
  • Unicode Point: U+00B0
  • HTML Entity: &deg; or &#176;
  • CSS Content: \00B0
  • JavaScript/JSON: \u00B0
  • LaTeX: ^\circ (in math mode) or \textdegree (using the textcomp package).

Using the correct Unicode character is vital for SEO and accessibility. Search engines recognize U+00B0 as the standard degree symbol. If you use a similar-looking character like the "Masculine Ordinal Indicator" (º, U+00BA), search engines and screen readers may misinterpret your content, leading to lower rankings or poor user experience for visually impaired readers.

Professional Formatting: When to Use a Space?

Typing the symbol is only half the battle; placing it correctly is what separates professional writing from amateur notes. There are conflicting rules depending on the style guide you follow, but here is the general consensus in technical writing:

1. Temperature (Celsius and Fahrenheit)

According to the International System of Units (SI) and the International Organization for Standardization (ISO), there should be a space between the numerical value and the degree symbol when it is followed by a letter (C or F).

  • Correct: 25 °C
  • Incorrect: 25°C or 25 ° C

However, many American style guides (like APA or Chicago) often suggest no space for temperature. If you are writing for a global or scientific audience, always include the space.

2. Angles in Geometry

When used to denote an angle in mathematics or geography, the rule is the exact opposite. There should be no space between the number and the symbol.

  • Correct: A 90° angle.
  • Incorrect: A 90 ° angle.

3. Geographic Coordinates

Similar to angles, coordinates are written without spaces.

  • Example: 40°42'46"N

Troubleshooting Common Issues

My Alt Code is Not Working!

This is the most frequent complaint from Windows users. Check the following:

  • Num Lock: If the light isn't on, the keypad acts as navigation arrows instead of numbers.
  • Laptop Keypad: If you don't have a physical keypad, the numbers at the top of your keyboard will not work with Alt codes. Use the Win + . shortcut instead.
  • App Interference: Some specialized software might override Alt codes for their own shortcuts. Try typing it in Notepad first to see if it works there.

The Symbol Looks Like a Box or Question Mark

This is usually a Font Issue. Not all fonts support the full Unicode character set. If your degree symbol appears as a "tofu" (a small square) or a question mark, try switching to a standard font like Arial, Times New Roman, or Calibri. These fonts have robust support for mathematical and typographic symbols.

Why is there a different degree symbol?

Users often confuse the Degree Sign (°) with:

  1. Masculine Ordinal Indicator (º): Used in Spanish and Portuguese for numbering (e.g., 1º for "first"). It often has an underline and is shaped differently.
  2. Ring Operator (∘): Used in mathematics for function composition. It is usually larger and centered differently.
  3. Superscript Zero (⁰): A mathematical exponent.

Using the wrong one can cause errors in data processing and search engine indexing. Stick to Alt+0176 or Shift+Option+8 to ensure you are using the correct "Degree Sign."

Frequently Asked Questions (FAQ)

How do I type the degree symbol on a laptop without a numeric keypad?

The best way is to use the Windows Emoji Panel. Press Windows Key + . (period), click the symbol icon (Ω), and select the degree symbol. On Mac, use the standard Shift + Option + 8 shortcut, which does not require a keypad.

Is there a shortcut for the degree symbol in Google Sheets?

Google Sheets follows the operating system's rules. On Windows, use Alt + 0176 (with a keypad) or copy-paste it from the Insert > Special Characters menu in a Google Doc.

What is the difference between °C and ℃?

°C is a combination of two characters: the degree symbol (U+00B0) and the capital letter C. The character ℃ (U+2103) is a single "precomposed" character. For modern web accessibility and SEO, it is generally recommended to use the two-character version (°C) because it is more easily recognized by search engines and screen readers.

How can I make a shortcut for the degree symbol?

If you type it frequently, you can set up a "Text Replacement" or "AutoCorrect" entry. For example, in MS Word or macOS Settings, you can set it so that every time you type "deg", it automatically changes to "°".

Summary of Methods

In conclusion, the method you choose depends on your environment. For the fastest experience, Windows users with a keypad should stick to the Alt + 0176 code, while Mac users have it easiest with Shift + Option + 8. Mobile users simply need to remember the "long-press zero" trick. By following these professional standards and shortcuts, you ensure that your work is not only accurate but also formatted to the highest typographic specifications. Mastering these small details is a hallmark of digital literacy and professional communication.