@UNICODE[string] : Returns the space separated list of the Unicode values of the characters in string. You can use the Escape character before a special character (i.e.,  a quote or greater than (>) sign)  in string.

 

See also: @ASCII.

 

Examples:

 

function

value

%@unicode[a]

97

%@unicode[A]

65

%@unicode[^`]

96

%@unicode[abc]

97 98 99