[Tex/LaTex] Ohm symbol in latex

symbols

I have gone through symbol charts of latex and could not find how to put an ohm symbol. Like \theta, \omega, is there some command for ohms symbol?

Best Answer

You can use \usepackage{siunitx}. After that just input as \si{\ohm}. If you want to use a specific value it is better to mark it up like \SI{1}{\ohm}.