SCR_public/23SCR/print_unicode_char

3 lines
221 B
Plaintext
Raw Normal View History

2024-12-09 11:58:49 +01:00
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"