LaTeX Degree (°) - Complete Guide

The degree symbol (°) is used for angles and temperatures.

Symbol Preview

°

Degree

LaTeX Code

Requires: \usepackage{cmd.package}

Recommended
\degree

Degree symbol

No package required

Recommended
^\circ

Alternative in math mode

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

latex
\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

latex
\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

latex
\documentclass{article}
\begin{document}

A right angle is $90^\circ$.

\end{document}

Frequently Asked Questions about Degree (°)

Which LaTeX code should I use for Degree?

For the Degree symbol (°), 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 can I use the Degree symbol?

The Degree symbol (°) is typically used:

  • In mathematical equations (math mode)
  • In regular text (if supported)
  • In various LaTeX environments

Can I use the Degree symbol in display mode?

Yes, the Degree symbol (°) works in display mode (between $$ $$). This allows you to render the symbol on its own line with better visibility.

🔗 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

Try Converter Now →