@UCHAR — Returns Unicode characters with the specified values.

Syntax:
%@UCHAR[value value…]

This function behaves like @CHAR, except that the input values are assumed to be hexadecimal. You may prefix values with 0x or U+ but neither is required. With or without either prefix, each value will be parsed as hexadecimal.


echo %@uchar[16a6 16d6 16eb 16bb 16a9 16d2 16d2 16c1 16cf]

See also: the @UCODE and @UCODEX functions.