2 lines
78 B
Plaintext
2 lines
78 B
Plaintext
![]() |
echo -n "Type an HEX UNICODE: " ; read x; echo -e "Corresponding CHAR: \U$x"
|