Possible Duplicate:
Valid Characters for JavaScript Variable Names
I know that the ECMAScript specification says I can use µ (Greek lowercase Mu), and I have tested on a couple of browsers, but is it rock solid? Will it work with all browsers? What could be the pitfalls?
Technically I don't expect it is any different than jQuery using $
as a variable name - is there a technical difference?