I feel like http://emojipedia.org/ is a better website with more information. I've been regularly using it since Emoji have become a thing. It gives more context about the meaning of symbols, is easier to search the other way, and also shows how the image appears on various different platforms.
Except so many of them are culturally specific, like the horn emoji on the front page has roots in postal systems (both in Japan and Europe). This page doesn't tell you that. Even this random website does a better job of giving context:
http://emojipedia.org/postal-horn/
That essay has a good grasp of why we want unicode, but completely missed the point of why we want emoticons. If I send an image to someone, I don't want it to be rendered in an unpredictable way based on their unknown system and font choices. I need to know that they see what I intended to send.
Everyone would be happier if they were embedded images; that's what we all want. They're shoehorned into unicode instead because that makes it technically easier to send them in text messages, not because they're textual objects.
Technically, you don't know your text will render the same on someone else's device. For all you know, they could have their system font set to Wingdings.
I don't care about that (see my comment, "They're shoehorned into unicode instead because that makes it technically easier to send them in text messages, not because they're textual objects"). Text is grouped into several equivalence classes. I only need them to recognize any L that I send as an L.
If I send a facial expression, I need to know what I'm sending. Those do not have defined equivalence classes.
Quick tip if you are on OS X: Pressing ctrl+command+space pops up an emoji bank so you can enter them in any text field. Now you don't have to hunt for emojis to put in the website.
And yes, I know I could have just looked it up in many different ways.
But any programmer knows that an elaborate solution that takes a day of programming is a lot more fun than a 1-minute fix that just solves the problem at hand!
> But any programmer knows that an elaborate solution that takes a day of programming is a lot more fun than a 1-minute fix that just solves the problem at hand!
It would be cool if you could allow for user commenting/voting so that people could add and build up cultural context for them rather than just having the spec definition. If you got enough of a community around that it could become very useful. Kinda like Urban Dictionary for Emoji.
Reading this article sent me on a whirlwind of Wikipediaing and Googling...just like Unicode itself is vastly complicated, so is the thought and design behind emojis, which have their own technical subcommittee [0], currently chaired by Apple and Google employees.
One of the best articles I came across is from Huffington Post, before the inclusion of multi-colored faces in 2015:
I knew that trying to design universally readable iconography is an essentially impossible task in itself, but the article brings up a lot of other interesting issues, such as the worry that Apple might take it upon themselves to revamp their emojis which were designed before the "flat" days:
> By comparison, Apple’s iconic emoji are horribly out of fashion. Its icons have shadows, depth and a three-dimensional look that’s a holdover from the Steve Jobs era of skeuomorphic design. Flat illustration free of texture or highlights is now de rigeur. Apple has already abandoned the faux-wood paneling and leather elsewhere in its software, and its emoji could change at any time — potentially a rude shock for those who’ve come to identify with the brand’s symbols. “I kind of hope they don’t [change it],” said Van Lancker.
Even the HTML of the article itself contains interesting insights, especially about web production and the challenges of digital preservation. I thought at first that, in a decade, the opening paragraph might completely lose its meaning...but then I opened up my web inspector:
You could even go further using algorithms like Sense2Vec (https://spacy.io/demos/sense2vec?%3B%29|NOUN). They are able to figure out similarities between emojis and between emojis and words.
I believe an emoji dictionary is only helpful if emoji senders universally rely and agree upon its definitions.
I find myself confused by emojis from time to time, and for me the confusion doesn't stem from misunderstanding the emoji's expression, it stems from what the emoji means within the context of the conversation and my relationship with the sender.
Emojis can lessen ambiguity when they're used to complement a message or communicate tone. I believe they increase ambiguity, however, when they're used to replace words altogether.
I believe emoji is designed to be expressive, if we need to look it up in a emoji dictionary ,then emoji goes wrong.
The fact is that everybody wants to add their favourite emoji, but more emoji added more confusion it will be make.
Just imagine we lookup an emoji before we send to others, and the receiver has to look it up in a dictionary to know what the sender want to express. Why not just using the normal words we already know very well
>Why not just using the normal words we already know very well
A persons answer to that can be "I don't know. I think we should just use the normal words we already know very well" yet still have to life in the current reality of many people using emojis. Hence OP's service.
WhatMoji doesn't recognize it; Emojipedia doesn't either; and Google returns zero results. Some of the original imported Softbank characters are arcane. These are the ones I want to look up—not because the meaning is vaguely between two possible semantic clusters, but because I literally have no idea how to even describe the character to search for it.
The idea behind the site was that you would see an emoji on a website somewhere and couldn't figure out what it meant. So the main "use case" I have in mind is indeed someone copy/pasting them from somewhere else.
What would you like to do that would require a bank of emojis on the site itself?
A bank would be useful for general learning. i.e. when I went to the site just now, I didn't have a specific emoji that I needed to identify, but if there had been a 'bank of emojis' I probably would have wasted a few minutes of my day reading about what they mean...because I frequently have no idea what emojis mean...
And by wasted I mean I wouldn't have been working. Not a jab at your project :)
I'm not really up on how text rendering works; what's it mean if I can see some of those, but not others? e.g. I have Rocket but not Helicopter; not Steam Locomotive but Railway Car and High-Speed Train; Taxi and Automobile but not their Oncoming variants; Toilet, Water Closet, and Bath but not Shower.
Is there something I need to install, or something? I'm on Win7 with up-to-date Chrome and Vivaldi, and they're both the same way.
You would need to have an up-to-date font that contains glyphs for these specific emoji - your computer gets an integer key (a code-point) and needs to have a scalable image in its lookup table to substitute for it. I have no idea how exactly to get a new one for Windows, sorry :-\
I expected this to be the solution for my broken Linux font experience. In Linux there is no support for Emoji and every time someone uses them in a website to display so semi-important idea I get frustrated because the only thing I see is a blank character or a rectangular border. I thought this service was something like "discover what this non-supported character actually is" more than "discover what is the meaning of this character".
I know about the existence of alternatives [1][2] but I wish there was native support for this trend in Linux. And yes, I know emoji is actually an old thing from Japan companies, but is still a young trend in terms of western usage.
I wonder how difficult would be to copy all those images from the Apple font and create a custom TTF so I can get the fancy colored symbols in my computer. Of course, distribution of that file would be against Apple's copyright (or maybe not, I don't know) but I don't care.
EDIT1: Actually this is what I was expecting to be; I forgot I had disabled JavaScript in my browser. Still would like to have an official font with Emoji support for Linux.
EDIT2: Thanks to gtk40 I found [3] now I can create my own font with those images.
There are four methods for implementing (multi)color in OpenType fonts:
* Apple's SBIX table - Embedded bitmaps, non-standard, used on OS X.
* Google's CBLC+CBDT - Embedded bitmaps, part of OpenType spec, used on Android.
* Microsoft's COLR+CPAL - Colored glyphs, part of OpenType spec, used in Windows.
* Adobe/Mozilla/W3C's SVG+CPAL - SVG in OpenType (SVGinOT), part of OpenType spec, works in Firefox/Thunderbird.
I chose to use SVGinOT because it is the only out-of-the-box option for color font support on Linux right now. I plan to make both CBLC+CBDT and SBIX versions in the future.
> I wish there was native support for this trend in Linux
There is an unmaintained patch for Cairo to support Google's bitmap CBDT+CBLC OpenType format.[1] It needs to be updated and completed for "official" Linux support.[2] Behdad has many other things to do, so please do not open an issue against that fork. Long term, I expect support for both CBDT+CBLC and SVGinOT.
> I wonder how difficult would be to copy all those images from the Apple font and create a custom TTF so I can get the fancy colored symbols in my computer.
It is possible to create a CBDT/CBLC version of the Apple Color Emoji font, but the font is, as you suspected, unlicensed[3].
> I thought this service was something like "discover what this non-supported character actually is" more than "discover what is the meaning of this character".
I don't see how when the title starts "I couldn't figure out what an Emoji meant"
That this website exists probably says enough. I've never heard anyone ask questions about smileys like MSN or Skype had/have, just those "emoji"s are often ambiguous and usually too small to see properly from a distance.
It would be more interesting if the emoji descriptions were user-generated, because individual subgroups often use the same emojis to mean different things (or an emoji just takes on a popular meaning of its own).
There was this project called emoji.js I think that you embed in your site and transforms all emoji it sees into Apple Emoji, the standard, and works for everyone even without emoji installed. give it a shot.
Cool but you definitely need to include "alternative" meanings. Consider doing something like Urban Dictionary so people can find out what the eggplant really means.