var myWord = new String("Opus");var myCharCode = myWord.charCodeAt(2);// "myCharCode" will contain the codeset character for "u" of 117