#!/usr/bin/env python # -*- coding: utf-8 -*- import emoji def print_all_emojis(): for em in emoji.EMOJI_DATA: print(em) print_all_emojis()