LaTeX Micro (μ) - Complete Guide
The micro symbol (μ) represents one millionth (10^-6).
Symbol Preview
Micro
LaTeX Code
No package required
\muMicro/mu symbol
No package required
\textmuMicro in text mode
Table of Contents
What is the LaTeX Micro?
Used as a metric prefix for very small measurements, and also as the Greek letter mu.
How to Use Micro in LaTeX
Method 1: Using \mu
✅No package required
Micro/mu symbol
Example: Using \mu
\documentclass{article}
\begin{document}
% Using the Micro
Text with \mu
\end{document}Method 2: Using \textmu
✅No package required
Micro in text mode
Example: Using \textmu
\documentclass{article}
\begin{document}
% Using the Micro
Text with \textmu
\end{document}Common Use Cases
The Micro symbol is commonly used in the following contexts:
Metric Prefix
One millionth unit.
Code
$mu m$Output
μm
Greek Letter
Greek letter in equations.
Code
$mu = 5$Output
μ = 5
Complete Examples
Micrometer
Micro in scientific notation
\documentclass{article}
\begin{document}
The wavelength is $\mu m$ (micrometer).
\end{document}Frequently Asked Questions about Micro (μ)
Which LaTeX code should I use for Micro?
For the Micro symbol (μ), we recommend using the method marked as "Recommended" above. However, the best method depends on your specific needs:
- \mu: Micro/mu symbol
- \textmu: Micro in text mode
Where can I use the Micro symbol?
The Micro symbol (μ) is typically used:
- In mathematical equations (math mode)
- In regular text (if supported)
- In various LaTeX environments
Can I use the Micro symbol in display mode?
Yes, the Micro 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