DEGREE SIGN vs RING ABOVE
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
°
DEGREE SIGN
U+00B0
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
˚
RING ABOVE
U+02DA
View details →
VS
Property Comparison
| Property | ° U+00B0 | ˚ U+02DA |
|---|---|---|
| Name | DEGREE SIGN | RING ABOVE |
| Block | Latin-1 Supplement | Spacing Modifier Letters |
| Script | Zyyy | Zyyy |
| Category | Other Symbol (So) | Modifier Symbol (Sk) |
| Bidirectional | ET | ON |
Encoding Comparison
| Format | U+00B0 | U+02DA |
|---|---|---|
| unicode | U+00B0 | U+02DA |
| decimal | 176 | 730 |
| htmldecimal | ° | ˚ |
| htmlhex | ° | ˚ |
| css | \00B0 | \02DA |
| javascript | \u{B0} | \u{2DA} |
| python | \u00b0 | \u02da |
| java | \u00B0 | \u02DA |
| go | \u00B0 | \u02DA |
| ruby | \u{B0} | \u{2DA} |
| rust | \u{B0} | \u{2DA} |
| ccpp | \u00b0 | \u02da |
| urlencoded | %C2%B0 | %CB%9A |
| utf8bytes | c2 b0 | cb 9a |
| utf16bebytes | 00 b0 | 02 da |
| utf32bebytes | 00 00 00 b0 | 00 00 02 da |
| htmlentity | ° |
How to Distinguish
Both characters use the Zyyy script but are in different blocks: DEGREE SIGN in Latin-1 Supplement and RING ABOVE in Spacing Modifier Letters.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.