johndbritton
johndbritton

Reputation: 2652

Where can I find a listing of all Emoji supported by OSX

Are there any Cocoa APIs that I can call to get Emoji and their names? Is there a reference online with all the Emoji in their names in a plist? Are there any Cocoa libraries available for listing Emoji?

Upvotes: 1

Views: 420

Answers (1)

canolucas
canolucas

Reputation: 1490

Take a look at the following project.

It has some classes where all emoji are classified by type.

Here is the URL:

https://github.com/limejelly/Emoji

Upvotes: 1

Related Questions