Developpement/23SCR/print_unicode_char

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"