Degree Celsius Symbol

If you have ever needed a ℃ Degree Celsius Symbol for work or school, but could not find it on your keyboard, you can copy and paste the symbol above or by clicking the button below.

Copy ℃ Symbol to Clipboard

Degree Celsius Symbol Codes

U+02103

Unicode

℃

Hex Code

℃

HTML Code

\2103

CSS Code

Degree Celsius Symbol Code Examples

HTML Example

<span> &#8451; </span>

CSS Example

span {
   content: "\2103";
}

Symbol Copied!