JavaScript allows for having unicode escape sequences in identifier names... for example:
var \u0160imeVidas = "blah";
The above variable starts with the (croatian) letter Š, so that the complete name of the variable is "ŠimeVidas". Now, this is neat, but what's the point? Is there any scenario where this feature may be of any use?
-- Šime Vidas http://www.w3viewer.com