3 lines
221 B
Plaintext
Executable File

read -p "Type an HEX UNICODE: " hex; echo -e "Corresponding CHAR: \U$hex"
read -p "Type an HEX UNICODE: " hex; echo -e "Corresponding CHAR: \U$hex"
read -p "Type an HEX UNICODE: " hex; echo -e "Corresponding CHAR: \U$hex"