Valid JavaScript variable names in ES5

1 · Mathias Bynens · Feb. 17, 2012, 3:19 p.m.
Did you know var π = Math.PI; is syntactically valid JavaScript? I thought this was pretty cool, so I decided to look into which Unicode glyphs are allowed in JavaScript variable names, or identifiers as the ECMAScript specification calls them....