1 line
67 B
Plaintext
1 line
67 B
Plaintext
|
read -p "Type an HEX UNICODE:" x;echo -e "Corresponding Char: \U$x"
|