Converts a number into its Unicode character equivalent.
char( number )
number: (Number) The Unicode decimal value of the character to return.
Text
You can experiment with this function in the test box below.
Test Input
Test Output
Type | Evaluating... |
Value |
Test Output
Type | |
Value |
char(65)
returns A
unicode.org: For charts of available character codes.
On This Page