Search
Search for a symbol or emoji...
℃
℃
Degree Celsius Symbol ℃
Degree Celsius Symbol Information
| Symbol Name | Degree Celsius |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+2103 |
| CSS Code | \2103 |
| Hex Code | ℃ |
| HTML Code | ℃ |
| Latex | \celsius |
| Alt Code | 8451 |
| Symbol | ℃ |
Degree Celsius Symbol Encoding
| UTF-8 | 0xE2 0x84 0x83 |
| UTF-16 | 0x2103 |
| UTF-32 | 0x00002103 |
Degree Celsius Symbol in Latex
Degree Celsius
1\documentclass{article}
2\usepackage{ gensymb }
3\begin{document}
4\celsius
5\end{document}How to add degree celsius symbol via keyboard on different Operating systems
You can type the degree celsius symbol on most modern devices with the help of following methods:
How to type degree celsius symbol on Microsoft Word
You can type the degree celsius in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 2103
- Without moving the cursor press keys Alt + x together
- The original 2103 is now transformed into ℃
How to type degree celsius symbol on Microsoft Windows
You can type the degree celsius on Microsoft windows using following steps:
- Hold Alt and press 8451 to type degree celsius on your windows machine.
How to type degree celsius symbol on Mac OS
You can type the degree celsius on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type "Degree Celsius" in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text


How to type degree celsius symbol on Linux
You can type the degree celsius on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 2103 consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type degree celsius symbol on IOS and Android
The easiest way to type the degree celsius symbol on ios and android is to copy and paste it wherever you need it.
How to use degree celsius in CSS
//CSS Example
1span {
2 content: \2103;
3 }How to use degree celsius in HTML
//HTML Example
1<span>℃</span>Degree Celsius symbol representation in programming languages
Degree Celsiussymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{2103} |
| Ruby | \u{2103} |
| Python | \u2103 |
| PHP | \u{2103} |
| Perl | \x{2103} |
| Java | \u2103 |
| Modern JavaScript - Since ES6 | \u{2103} |
| JavaScript | \u2103 |
| Go | \u2103 |
| C# | \u2103 |
| C and C++ | \u2103 |
| Bash and Zsh - inside echo -e | \u2103 |
| RFC 5137 | \u'2103' |
