Files
DEV/SCR/TP03/print_unicode_char

2 lines
78 B
Plaintext
Raw Normal View History

2025-09-04 15:36:55 +02:00
echo -n "Type an HEX UNICODE: " ; read x; echo -e "Corresponding CHAR: \U$x"