SCR/TP03/print_unicode_char
2023-12-09 17:51:11 +01:00

1 line
67 B
Plaintext
Executable File

read -p "Type an HEX UNICODE:" x;echo -e "Corresponding Char: \U$x"