Created
January 17, 2017 07:07
-
-
Save yangshun/6d456e4d4eb5a9df19bcf7ef9c5e6285 to your computer and use it in GitHub Desktop.
Mapping of common emoticons to their respective emojis
This file contains 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
{ | |
":)": "๐", | |
":-)": "๐", | |
"(:": "๐", | |
":D": "๐", | |
":-D": "๐", | |
"=D": "๐", | |
"=-D": "๐", | |
":')": "๐", | |
":'-)": "๐", | |
":*)": "๐", | |
";)": "๐", | |
";-)": "๐", | |
":>": "๐", | |
":->": "๐", | |
"XD": "๐", | |
"O:)": "๐", | |
"3-)": "๐", | |
":p": "๐", | |
":-p": "๐", | |
";p": "๐", | |
";-p": "๐", | |
"8)": "๐", | |
":*": "๐", | |
":-*": "๐", | |
"B)": "๐", | |
"B-)": "๐", | |
":j": "๐", | |
":-j": "๐", | |
"3(": "๐", | |
":|": "๐", | |
":(": "๐", | |
":-(": "๐", | |
":'(": "๐ข", | |
":/": "๐", | |
":-/": "๐", | |
":\\": "๐", | |
":-\\": "๐", | |
"D:": "๐ง", | |
":o": "๐ฎ", | |
":-o": "๐ฎ", | |
">:(": "๐ ", | |
">:-(": "๐ ", | |
";o": "๐ฐ", | |
";-o": "๐ฐ", | |
":$": "๐ณ", | |
":-$": "๐ณ", | |
"8o": "๐ฒ", | |
"8-o": "๐ฒ", | |
":x": "๐ท", | |
":-x": "๐ท", | |
"%)": "๐ต", | |
"%-)": "๐ต", | |
"}:)": "๐", | |
"}:-)": "๐", | |
":o)": "๐ต", | |
"<3": "โค๏ธ", | |
"</3": "๐", | |
"<_<": "๐", | |
">_>": "๐", | |
"9_9": "๐" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment