Converts the text into Unicode integers.
code( text )
text: (Text) The text to be converted into Unicode codes.
Number
You can experiment with this function in the test box below.
Test Input
Test Output
Type | Evaluating... |
Value |
Test Output
Type | |
Value |
code("Convert to Unicode")
returns 67, 111, 110, 118, 101, 114, 116, 32, 116, 111, 32, 85, 110, 105, 99, 111, 100, 101
On This Page