Skip to content

emoji side quest Notes

Chris Jones edited this page Jan 31, 2019 · 2 revisions

Table of Contents

General Notes

Emoji glyphs are stored as png images at different resolutions, ie. 20,32,40,48,64,96,160 pixels.

Going on an emoji side quest

TL;DR

Install uni2ascii using your favorite package manager

To get the unicode for an emoji, ie. πŸ’©

echo 'πŸ’©' | uni2ascii -a U -q

Outputs

\u1F4A9

To get an emoji from unicode

echo '\u1F4A9' | ascii2uni -a U -q

Outputs

πŸ’©

Useful Links in no particular order

TODOs

Clone this wiki locally