it seems the ™ character isn't supported in the Espruino IDE ?
I'm not sure it's part of the non-unicode (<255) charset? It doesn't seem to be part of http://www.asciitable.com/ - but if it is, you could always just escape the keycodes you need?
Also, Espruino won't handle even characters above char code 128 in the code itself - only in strings
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I'm not sure it's part of the non-unicode (<255) charset? It doesn't seem to be part of http://www.asciitable.com/ - but if it is, you could always just escape the keycodes you need?
Also, Espruino won't handle even characters above char code 128 in the code itself - only in strings