I frequently find myself googling "micro sign" when I need to type the micro sign μ.
Is there an easier way? How can I type this sign using my keyboard?
I am on macOS Monterey using the ABC Extended keyboard (in English).
I frequently find myself googling "micro sign" when I need to type the micro sign μ.
Is there an easier way? How can I type this sign using my keyboard?
I am on macOS Monterey using the ABC Extended keyboard (in English).
Pressing ⌥ OptionM when using the ABC keyboard layout (which is equivalent to the US keyboard layout) should print µ
.
You can also use the Unicode Hex Input keyboard layout1 and type O3BC (which is the hex code for µ
) while holding the ⌥ Option key to write µ
.
Note: You can also type 00B5 while holding ⌥ Option to write µ
(see Character encodings - Wikipedia).
1Basically, the Unicode Hex Input keyboard layout allows you to enter any character by typing its hex code while holding the ⌥ Option key. It could be added in System Settings > Keyboard > Text Inputs (on Ventura).
Control
+Space
command to shuffle through your keyboard input sources and then pressOption
+m
to obtain theμ
(mu) character ... Or alternatively you can make your own text replacements inSystem Preferences
>Keyboard
>Text
. Since I use LaTeX in my mathematics studies, I just use their convention, so I setμ
to automatically replace\mu
whenever I type that combination of characters – AVelj Dec 19 '21 at 11:48