Degree and Temperature Symbols
The degree symbol ° (U+00B0) and dedicated Celsius ℃ and Fahrenheit ℉ characters are among the most commonly searched Unicode symbols for use in temperatures and angles. This guide explains the difference between the degree sign, masculine ordinal indicator, and ring above, with copy-paste support and code points.
The degree symbol (°) is one of the most frequently misused characters in Unicode. It is routinely confused with the superscript letter "o", the masculine ordinal indicator "º", the ring above combining diacritic, and the empty set symbol. This guide clarifies every degree-adjacent character in Unicode, covering their code points, correct usage, and how to type them.
Quick Copy-Paste Table
| Symbol | Name | Code Point | HTML Entity | Use |
|---|---|---|---|---|
| ° | Degree sign | U+00B0 | ° |
Angles, temperature (generic) |
| ℃ | Degree Celsius | U+2103 | ℃ |
SI temperature unit |
| ℉ | Degree Fahrenheit | U+2109 | ℉ |
US temperature unit |
| K | Letter K | U+004B | K |
Kelvin (no degree symbol) |
| ℧ | Inverted ohm (mho) | U+2127 | ℧ |
Electrical conductance |
| º | Masculine ordinal indicator | U+00BA | º |
Spanish/Portuguese "1º" |
| ª | Feminine ordinal indicator | U+00AA | ª |
Spanish/Portuguese "1ª" |
| ˚ | Ring above (modifier letter) | U+02DA | ˚ |
Phonetics, NOT temperature |
| ∘ | Ring operator | U+2218 | ∘ |
Function composition (math) |
| ⊙ | Circled dot operator | U+2299 | ⊙ |
Sun symbol, math |
| ′ | Prime | U+2032 | ′ |
Arc minutes, feet |
| ″ | Double prime | U+2033 | ″ |
Arc seconds, inches |
The Degree Sign: U+00B0
The degree sign (°, U+00B0) is the standard character for expressing:
- Temperature with a unit: 37°C, 98.6°F, 0°C
- Angles in geometry and navigation: 90°, 360°, bearing 045°
- Geographic coordinates: 48°51′N, 2°21′E
- Arc measurement in astronomy: Right Ascension 18h 29′ 45″
Spacing Rules
Spacing conventions for the degree sign vary by context:
| Context | Convention | Example |
|---|---|---|
| Temperature with unit | No space before °, no space between ° and letter | 37°C |
| Temperature (bare, no unit) | No space | It was 37° outside |
| Angles (SI / ISO 80000-3) | No space before °, space before unit if spelled out | An angle of 45° |
| Geographic coordinates | No space | 48°51′24″N |
| Typography (some style guides) | Thin space before °C / °F | 37 °C |
The SI Brochure (the international standard for units) recommends a space between the number and the unit symbol, including °C. However, common practice — particularly in journalism and informal writing — omits the space. Check your style guide and be consistent.
Keyboard Shortcuts
| Platform | Shortcut |
|---|---|
| Windows | Alt + 0176 (numpad) |
| Mac | Option + Shift + 8 |
| Linux (GTK) | Ctrl + Shift + U, then 00B0, Enter |
| HTML | ° or ° |
| CSS content | |