At least on Windows, AltGr+m produces µ. I have finnish/swedish keyboard layout so YMMV.
Regards,
Janne
I was going to say it's hard to enter µ because the forum software eats it, but apparently you have succeeded.
As a test, here is 10 microfarads written with the Greek letter mu and not the graphic character mu: 10 ?F
And here is 1000 ohms: 1000 ?
Let's see which of them survive.
(Apparently neither of them.)
I'm not sure if it is due to forum software but choice of character encoding in the database containing this forum. Perhaps it is set to some ISO-charset instead of UTF. Maybe Dave will tell us and could it be possibly changed?
It can be anywhere in the chain really. The users browser locale settings, the underlying OS locale settings, the HTTP request encoding, all the way through the forum software down to the database collocation settings on the database, table or columns.
The difference in survivability may come down to UTF-8 versus iso-8859-* (or windows codepages) encodings from the browser/local OS.
When I was dropping Turkish special characters in a video UI generation application it took me a week to "normalise" the full flow into the turkish iso-8859-? encoding before I finally seen end to end correctness.
These days if you ever get asked about what encoding you would like, just pick UTF-8 unless you want to write some exotic or rare pacific languages or dialects where you might need to go the rarer character encodings. Japan for example of 15 different encodings, IIRC
EDIT:
If you look here:
https://www.compart.com/en/unicode/U+03BCThere are multiple options with different unicode ids.
From a bot, as I got lazy:
In the ISO-8859-1 character encoding, the Greek small letter mu (μ) is represented by the character code 236, which corresponds to the Unicode code point U+03BC.
This character is also present in other character sets such as ISO-8859-7, where it is similarly encoded as μ.
The ISO-8859-1 standard, also known as Latin-1, defines a set of 256 characters used primarily for Western European languages and is considered the default character encoding for the World Wide Web.