Skip to content

Instantly share code, notes, and snippets.

@toshi75
Created August 3, 2023 00:16
Show Gist options
  • Save toshi75/ffcea993aeecb09d8e04ea3826a75152 to your computer and use it in GitHub Desktop.
Save toshi75/ffcea993aeecb09d8e04ea3826a75152 to your computer and use it in GitHub Desktop.
Display UTF-8 chr. by bash command #shell
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