emojipedia.emoji module¶
-
class
emojipedia.emoji.Emoji(soup=None, url=None)¶ -
aliases¶ A list of aliases associated with the emoji
Example:
[u'¯\_(ツ)_/¯', u'shrugging']
-
character¶ The unicode character of the emoji
Example:
u'🤷'
-
codepoints¶ A list of unicode codepoints for the emoji
Example:
['U+1F937']
-
description¶ The Emojipedia description of the emoji
Example:
u'A person shrugging their shoulders to indicate ...'
-
shortcodes¶ A list of shortcodes that represent the emoji
Example:
[:cop:]
-
title¶ The title of the emoji
Example: ‘Person Shrugging’
-