The Unicode code point for the "Micro sign" is \u00b5. In UTF-8 encoding this is a two byte sequence \xc2\xb5. You could also use Greek small letter mu \u03bc.
Any of these:
Qt Code:
To copy to clipboard, switch view to plain text mode
This works for me but I am not sure if it is by-design or by-accident:
Qt Code:
To copy to clipboard, switch view to plain text mode
Look up Unicode code points here: http://www.unicode.org/charts
Convert into a bucket of other forms here: http://people.w3.org/rishida/tools/conversion/
Bookmarks