CHAR Suggest EditsConvert a number into a character according to the current Unicode table. Parameters number Number (required) - The number of the character to look up from the current Unicode table in decimal format. Returns String Examples JavaScriptCHAR(65) // returns "A" JavaScriptCHAR(1337) // returns "Թ" Updated about 1 year ago Table of Contents Parameters Returns Examples