I'm trying to get the \mu symbol exactly as siunitx package do, however, I failed. How can I get the \mu symbol, for to use it in an equation, as the \micro symbol obtained by siunitx package? How can I get other greek letters too?
\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{siunitx}
\usepackage{upgreek}
\begin{document}
\noindent
$10~\mu m$\\
$\mathrm{10~\mu m}$\\
$\mathrm{10~\upmu m}$\\
\SI{10}{\micro\meter}
\end{document}


\upalpha,\upbeta, etc? – Mico Sep 04 '17 at 19:37\si{\micro). Note it isn't exactly a μ. If you need a real upright μ, you can use theupgreekpackage, which will borrow it either from Euler or Adobe Symbol. – Bernard Sep 04 '17 at 19:39