Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
369 views
in Technique[技术] by (71.8m points)

fonts - Beer in my terminal: HOW?

Brew puts a picture of a tiny beer in my terminal?!?!Brew in my terminal

How does it do this? I don't even. But I need to know, because all of my future command line applications must also put tiny pictures in their output.

question from:https://stackoverflow.com/questions/15146668/beer-in-my-terminal-how

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

It is probably just a unicode character. In my terminal, this works:

$ echo -e "Hello, xF0x9Fx8DxBA"
Hello, ??

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...