The fromCharCode() Method is a method that belongs to the String object in JavaScript. It converts a Unicode into a corresponding character. You can refer to the Unicode Table to look up for a certain Unicode for a certain character or symbol. For example, The character of Unicode 78 is N.
Follow our JavaScript Tutorial Lesson 11 to learn more about the fromCharCode() Method