How to convert character to Unicode or ASCII in Unity's Javascript?

I have a string and want to convert the individual characters to Unicode or ASCII. I was hoping to find a method like charCodeAt() on a string but it does not seem to exist in Unity. How do you do the equivalent in Unity’s Javascript?

Oh it must be this:

Convert.ToInt16 Method (Char)