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?
3 Answers
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}.
Just use \Omega since ohms symbol is uppercase Greek letter omega.
-
2@JouleV While I do agree that using the math mode symbol
$\Omega$isn't the ideal way to get an Ohm symbol, please note that$\Omega$is upright. I find the downvote (if it's from you, otherwise sorry) a wee bit exaggerated.campa– campa2019-02-20 09:41:32 +00:00Commented Feb 20, 2019 at 9:41 -
@campa I rarely downvote any first post, so don't worry. See here.user156344– user1563442019-02-20 09:43:10 +00:00Commented Feb 20, 2019 at 9:43
-
4This is a reasonable answer. I don't understand the downvote. +1Henri Menke– Henri Menke2019-02-20 10:04:56 +00:00Commented Feb 20, 2019 at 10:04
-
1It is an essential complement to the accepted answer, as not all publishers allow
siunitxto be loaded.equaeghe– equaeghe2019-12-19 10:03:52 +00:00Commented Dec 19, 2019 at 10:03
Since the ohm symbol is just the non-italic greek omega letter, you can as well use the command \textOmega from the textgreek package, which is in the large symbols table.