Using Unicode for the Degree Symbol
The degree symbol (°) is a crucial element in scientific, mathematical, and meteorological contexts, representing angles, temperatures, or other measured values. While many keyboards lack a dedicated degree symbol key, Unicode provides a universal solution. Here's a comprehensive guide on how to use Unicode for the degree symbol.
Understanding Unicode
Unicode is a computing industry standard for encoding, representing, and handling text in various languages and scripts. It assigns a unique code to every character, including special symbols like the degree symbol. By using Unicode, you can ensure consistent text display across different platforms and devices.
Unicode Code Points for Degree Symbol
The degree symbol has two Unicode code points:

- ° - U+00B0 (Degree Symbol)
- ′ - U+2032 (Prime) - often used as a shorthand for minutes in angles
How to Input Unicode Degree Symbol
Windows
1. Press and hold the Alt key. 2. While still holding down the Alt key, type 0176 on the numeric keypad. 3. Release both keys to insert the degree symbol (°).
MacOS
1. Press and hold the Option key. 2. While still holding down the Option key, press 8 on the keyboard. 3. Release both keys to insert the degree symbol (°).
Online and Mobile Devices
You can also use Unicode character input tools or copy and paste the degree symbol from a Unicode character map or a website like Unicode Table.

Degree Symbol in HTML and XML
In HTML and XML, you can use the decimal, hexadecimal, or named entity reference for the degree symbol:
| Decimal | Hexadecimal | Named Entity |
|---|---|---|
| ° | ° | ° |
For example, ° will be rendered as °.
Conclusion
Unicode provides a consistent and universal way to represent the degree symbol across different platforms and devices. By understanding and utilizing Unicode code points, you can seamlessly integrate the degree symbol into your text, making it an invaluable tool for scientific, mathematical, and meteorological communications.