The charCodeAt method returns unicode of the character at the specified index in a string.
System.Int32 charCodeAt(System.Int32 index);
index
Index of the character to return. Being 0 the first character and -1 the last one.
Returns the Unicode of the character in the index
Member of string.