LinuxのTerminalでビールアイコン(Beer Mug)を表示する。
Mac OS XでHomebrewを使っている人にはお馴染みのビールアイコン(Beer Mug)をLinuxのTerminalで表示する方法です。(ただし、モノクロ)
いろいろ調べた結果、CentOS 6では単に絵文字のフォントが無いだけだと判明。
Mac OS Xの場合
$ echo -e "\xF0\x9f\x8d\xba"
CentOS 6の場合
$ wget http://users.teilar.gr/~g1951d/Symbola.zip
$ unzip Symbola.zip -d ~/.fonts
$ echo -e "\xF0\x9f\x8d\xba"
参考サイト
How can Homebrew print a beer mug in Terminal?
http://superuser.com/questions/538061/how-can-homebrew-print-a-beer-mug-in-terminal
Unicode Character 'BEER MUG' (U+1F37A)
http://www.fileformat.info/info/unicode/char/1f37a/index.htm
Make Emoji Work in Linux
http://www.kirsle.net/blog/kirsle/make-emoji-work-in-linux
【Linux】全Unicode fonts install に挑戦(CentOS6)
http://pythonlife.seesaa.net/article/310893977.html
Unicode Fonts for Ancient Scripts
http://users.teilar.gr/~g1951d/
Author And Source
この問題について(LinuxのTerminalでビールアイコン(Beer Mug)を表示する。), 我々は、より多くの情報をここで見つけました https://qiita.com/hichon/items/0701f1c34d6b6d4fa20f著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .