String representation of hexadecimal to unicode character

xxx == parse:

julia> Char(parse(UInt32, "03C0", base=16))
'π': Unicode U+03C0 (category Ll: Letter, lowercase)
5 Likes