Degree Sign °: Alt Codes, Shortcuts, and Copy Paste Guide

Drafting technical content explaining whether a heat pump can cool in the summer requires precise metric formatting. Every time you outline maintenance steps for a water heater, you will constantly need the degree sign to list exact target temperatures like 180°C. Relying on a search engine to execute a degree symbol copy paste interrupts your writing process. Standard hardware keyboards lack a dedicated physical key for this specific mathematical and temperature mark. Learning the exact numeric Alt codes, system keyboard shortcuts, and Unicode values allows you to type the character instantly across any application. Below are the precise key combinations needed to type this symbol across all major operating systems.

Typing the Degree Sign on Windows and macOS

Windows 10 and Windows 11 users generate special characters using the numeric keypad. To execute the alt code for degree insertion, verify Num Lock is active on your mechanical keyboard. Press and hold the Alt key, type 0176 on the numeric keypad, and release the Alt key. This specific Alt + 0176 keystroke instantly generates the ° mark within your document.

For users figuring out how to type degree symbol on keyboard layouts without a physical Numpad, the process requires the operating system menu. Pressing the Windows Key and Period (.) keys simultaneously opens the native Windows symbol picker menu, allowing you to select the temperature mark directly.

Apple computers utilize modifier keys for instant character generation. The fastest mac shortcut for degree symbol access requires pressing Shift, Option, and the number 8 key on an Apple Magic Keyboard. This combination places the mark directly into the active text field without opening any secondary menus. Ubuntu Linux users utilize Unicode hex input by pressing Ctrl + Shift + U, typing 00B0, and hitting Enter.

Operating SystemInput MethodKey Combination or Code
Windows OSNumpad Alt CodeAlt + 0176
macOSKeyboard ShortcutShift + Option + 8
Ubuntu LinuxUnicode Hex InputCtrl + Shift + U, type 00B0, Enter
Windows OS without NumpadSymbol MenuWindows Key + Period (.)
iOS and AndroidTouch KeyboardSymbols Menu (Tap and hold the 0 key)

Advanced Degree Symbol Copy Paste and Variations

Scientific documentation and digital design often require more than just the basic degree indicator. You might need specific Celsius or Fahrenheit characters to complete an industrial equipment specification sheet. When keyboard shortcuts fail or a specific text editor blocks numeric inputs, utilizing a direct degree symbol copy paste method from the character map below guarantees accurate formatting. You can copy any of these exact variations directly into your active project file.

Symbol NameSymbolWindows Alt CodeUnicode Hex
Degree Sign°Alt + 0176U+00B0
Degree CelsiusAlt + 8451U+2103
Degree FahrenheitAlt + 8457U+2109
Ring Operator (Math)Alt + 8728U+2218

Implementing Temperature Icons in Code and Web Design

Content managers formatting technical specifications in Google Sheets or Microsoft Excel do not need to type the ° symbol manually for every row. Applying a custom format automates the process entirely for large data sets.

Front end web developers writing HTML or CSS cannot rely exclusively on standard keyboard inputs within code editors like Visual Studio Code. Web browsers require specific character encoding to render the mark correctly across different mobile operating systems and screen resolutions. When placing a temperature marker inside a meta description, a product title, or a technical table, developers utilize specific HTML entities or CSS properties. This strict formatting practice prevents the characters from breaking the layout or causing HTML validation errors.

Here are a few technical tips to avoid formatting mistakes:

  • Do not confuse the degree mark (°) with the masculine ordinal indicator (º). They look similar but represent completely different data types.
  • Always use standard HTML entities in your website code rather than pasting the raw symbol to prevent rendering errors.
  • When typing temperatures, keep the number and the symbol together without a space for better readability.
Software or EnvironmentImplementation MethodSyntax or Entity
Microsoft ExcelCustom Cell Format0″°C”
HTML DocumentHTML Entity Name°
HTML DocumentHTML Entity Number°
CSS StylesheetCSS Content Property\00B0
JavaScriptUnicode Escape\u00B0

Frequently Asked Questions

How do I type a degree symbol on laptop without number pad?

Press the Windows Key and the Period (.) key at the same time. This action opens the Windows emoji and symbol picker. Navigate to the symbols tab to find and insert the ° mark directly into your document.

What is the exact mac shortcut for degree symbol insertion?

Press and hold the Shift and Option keys, then press the number 8 key. This instantly types the ° mark on macOS. Pressing Option and K outputs a slightly different ring symbol used primarily for specific mathematical equations.

Why does my alt code for degree show up as a blank square in my text editor?

The current font you are using in Microsoft Word or Google Docs does not support that specific Unicode character. Highlight the blank square and change your text font to a universal option like Arial, Roboto, or Segoe UI Symbol to render the mark correctly.