Math & Science
°
Degree Symbol (°)
Used for temperature measurements (e.g. 25°C, 77°F), geographic coordinates (latitude/longitude), and geometric angles (90°).
One-Click Copyable Code Formats
HTML Named Entity
°HTML Decimal Code
°HTML Hex Code
°CSS content (\XXXX)
\00B0JavaScript Unicode (\uXXXX)
\u00B0URL Percent Encoded
%C2%B0Real-World Implementation Snippets
HTML5 Document
<p>Example: °</p>CSS ::before / ::after
.badge::before {
content: '\00B0 ';
}React JSX / TypeScript
<span>{"\u00B0"}</span>Frequently Asked Questions
Degree Symbol (°) HTML Entity FAQ
Common questions regarding HTML escape codes, CSS pseudo-elements, and browser character encoding.
The standard HTML named entity is "°". If using numeric codes, you can use the decimal code "°" or hex code "°".