Created
August 3, 2023 00:16
-
-
Save toshi75/ffcea993aeecb09d8e04ea3826a75152 to your computer and use it in GitHub Desktop.
Display UTF-8 chr. by bash command #shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
U+1F449 => | |
echo -e "\U1F449" | |
echo "$(echo -e "\U1F449")" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment