CHARConvert 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 4 months ago CEILINGCHOICEVALUEAsk AITable of Contents Parameters Returns Examples