https://github.com/datasets/emojis
Unicode Emoji as UTS #51 specification
https://github.com/datasets/emojis
Last synced: 4 months ago
JSON representation
Unicode Emoji as UTS #51 specification
- Host: GitHub
- URL: https://github.com/datasets/emojis
- Owner: datasets
- Created: 2020-04-17T00:13:30.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2026-03-10T03:25:45.000Z (4 months ago)
- Last Synced: 2026-03-10T11:19:39.078Z (4 months ago)
- Language: Python
- Homepage: https://datahub.io/core/emojis
- Size: 555 KB
- Stars: 36
- Watchers: 2
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
List of emojis available from the Unicode Consortium. More information can be found in the [Unicode® Technical Standard #51](https://unicode.org/reports/tr51/).
# Data
The data comes from [this directory at Unicode.org](https://unicode.org/Public/emoji/latest/) as a set of plain text files.
# Sources
- The Unicode Consortium: https://unicode.org/Public/emoji/latest/
# Preparation
Python 3.6+ is required. First, install dependencies with the following command:
pip install -r scripts/requirements.txt
Then, run the script from this directory in the following way:
python scripts/process.py
# License
This Data Package is licensed by its maintainers under the Public Domain Dedication and License (PDDL).
> Copyright © 1991-2017 Unicode, Inc. All rights reserved.
> Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that either (a) this copyright and permission notice appear with all copies of the Data Files or Software, or (b) this copyright and permission notice appear in associated Documentation.