3 lines
221 B
Plaintext
3 lines
221 B
Plaintext
|
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"
|