Last active
April 8, 2019 01:03
-
-
Save nyango/044a78f6fa3b0874bf44 to your computer and use it in GitHub Desktop.
シェル上で🍣🍣(Unicode絵文字)を表示させる ref: https://qiita.com/nyango/items/671a14ae2834c045fe27
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
mkdir ~/.fonts && cd ~/.fonts | |
wget http://users.teilar.gr/~g1951d/Symbola.zip | |
unzip Symbola.zip && rm Symbola.zip |
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
echo -e "\U1f479 \U1f47a" |
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
echo -e "\U1f479 \U1f47a" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment