UNICHR
UNICHR returns the Unicode character for a supplied numeric value.
UNICHR( <field_name or character>)
-
field name or number: A field (containing a numeric value) or a numeric value
Example: create a virtual field on the vwALL_CHAR_FUNCTION table to show the character for each code.
UNICHR( [vwALL_CHAR_FUNCTIONS.Code] )