°

How to Type a Degree Symbol

The degree symbol (°) is essential for temperatures (72°F), angles (45°), and geographic coordinates. Here's how to type it on every platform.

Last reviewed on April 23, 2026.

Quick Reference

Windows

Hold Alt and type 0176 on the numeric keypad.

Alt + 0176

Mac

Press Option + Shift + 8.

Option + Shift + 8

Linux

Press Ctrl + Shift + U, type 00B0, press Enter.

Ctrl + Shift + U, 00B0, Enter

HTML

Use the HTML entity ° or numeric °.

° or °

Common Uses

  • Temperature: 72°F, 22°C, -40°K
  • Angles: 45° angle, 360° rotation
  • Geographic coordinates: 40.7128° N, 74.0060° W
  • Mathematics: trigonometric functions, rotations
  • Brewing: Mash at 152°F for 60 minutes

Mobile Devices

iPhone/iPad

Press and hold the 0 (zero) key on the numeric keyboard to see the degree symbol.

Android

Switch to numeric keyboard, then press symbols (=\<) to find the degree symbol. Or long-press 0 on some keyboards.

Office, Word & Google Docs

Office suites have their own menus for inserting symbols — useful when the keyboard shortcut isn't firing (for example, on a laptop without a numeric keypad, or on a managed machine where the input language is restricted).

  • Microsoft Word (Windows / Mac): Insert → Symbol → More Symbols, search "Degree Sign" or scroll the Latin-1 Supplement block. Word also auto-converts \degree followed by a space in equation mode.
  • Google Docs: Insert → Special characters, type "degree" in the search box, or draw the symbol in the sketch panel. Substitutions → add your own shortcut (for example (deg) → °) to avoid the menu altogether.
  • Excel / Google Sheets: =CHAR(176) returns °. Concatenate with a number — =A1&"°F" — to render temperatures in a cell.
  • LaTeX: use \textdegree in text mode or ^{\circ} in math mode. The siunitx package provides \SI{72}{\degreeCelsius} for typeset unit values.

Formatting Conventions

Different style guides disagree on whether to put a space between the number and the degree symbol. The common conventions are:

  • Temperatures: most US style guides write 72°F with no space, while the International System of Units (SI) recommends a space: 72 °C. Pick one and stay consistent within a document.
  • Angles and coordinates: no space is standard — 45°, 40.7128° N.
  • Ranges: the degree symbol usually attaches only to the upper bound in plain prose (20–25°C), though scientific writing often repeats it (20°C–25°C) to remove any ambiguity about the unit on the lower value.

When the degree symbol is used as part of a compound temperature unit (°C, °F, K), modern typographic practice treats the whole unit as inseparable and avoids breaking it across a line. In HTML, a non-breaking space between the number and the unit — 72&nbsp;°C — keeps them together on reflow.

Common Mistakes

  • Masculine ordinal (º) vs degree (°). These are different Unicode characters. º (U+00BA) is the Spanish/Portuguese masculine ordinal, common in abbreviations like 1.º. ° (U+00B0) is the degree sign. They look similar in some fonts but are not interchangeable — search engines and screen readers treat them differently.
  • Ring above (˚) vs degree (°). U+02DA RING ABOVE is a combining accent (used for Å). It's visually identical but behaves as a diacritic; avoid it in temperatures.
  • Using Alt+248 on Windows. That works in some code pages but produces the wrong character in others. Use Alt+0176 (with the leading zero) for consistent results across applications.
  • Alt codes failing on laptops. Alt codes require a numeric keypad. On laptops without one, enable NumLock on the embedded keypad, or use Windows Character Map, or switch to the Unicode method.

Technical Details

Unicode: U+00B0

HTML Entity: &deg;

HTML Decimal: &#176;

Alt Code (Windows): Alt + 0176

Unicode block: Latin-1 Supplement

Unicode category: So (Symbol, other)

Name: DEGREE SIGN

Related Symbols

² Squared µ Micro View All →