#include #include int main(void){ read -p "Type an HEX UNICODE: " x; echo -e "Corresponding CHAR: \U$x"; return EXIT_SUCCESS; }