SCR/TP03/print_unicode_char

1 line
67 B
Plaintext
Raw Permalink Normal View History

2023-12-09 17:51:11 +01:00
read -p "Type an HEX UNICODE:" x;echo -e "Corresponding Char: \U$x"