LaTeX Degree (°) - Complete Guide
The degree symbol (°) is used for angles and temperatures.
Symbol Preview
Degree
LaTeX Code
Requires: \usepackage{cmd.package}
\degreeDegree symbol
No package required
^\circAlternative in math mode
Table of Contents
What is the LaTeX Degree?
The degree symbol represents 1/360 of a full rotation, and is also used for temperature measurements.
How to Use Degree in LaTeX
Method 1: Using \degree
⚠️Required Package:
\usepackage{cmd.package}Degree symbol
Example: Using \degree
\documentclass{article}
\usepackage{gensymb}
\begin{document}
% Using the Degree
Text with \degree
\end{document}Method 2: Using ^\circ
✅No package required
Alternative in math mode
Example: Using ^\circ
\documentclass{article}
\begin{document}
% Using the Degree
Text with ^\circ
\end{document}Common Use Cases
The Degree symbol is commonly used in the following contexts:
Angle Measurement
Measuring angles.
Code
$90^\circ$Output
90°
Temperature
Temperature measurement.
Code
$25\degree C$Output
25° C
Complete Examples
Angle Example
Degree in angles
\documentclass{article}
\begin{document}
A right angle is $90^\circ$.
\end{document}Frequently Asked Questions
Which method should I use?
We recommend using the method marked as "Recommended" above. However, the best method depends on your specific needs:
- \degree: Degree symbol
- ^\circ: Alternative in math mode
Where do I use this symbol?
This symbol can be used:
- In mathematical equations (math mode)
- In regular text (if using text mode)
- In various document environments
Can I use this in display mode?
Yes, symbols that work in math mode (between $ $) also work in display mode (between $$ $$). This allows you to display the symbol on its own line with larger formatting.
🔗 Related Symbols You May Need
View all symbols →🎯 Need to Convert PDF to LaTeX?
Our free PDF to LaTeX converter preserves all mathematical symbols and formatting.
✓ Fast & accurate
✓ Preserves symbols
✓ Free online
✓ No registration