Skip to content

Emojis

Display emoji characters in text objects and store them in strings.

Authors and contributors to this community extension: Add00.


Display emoji characters in text objects and store them in strings. Emojis will look different deppending on the platform/device due do default font faces.

This extension provide:

  • An string expression for get the emoji by name
  • An string expression for get the emoji by hexadecimal code

See the description of these expressions for get the list available emoji.

Tip

Learn how to install new extensions by following a step-by-step guide.

Expressions

Expression Description
Emojis::Hex(string) Returns the specified emoji, from a hexadecimal value.
string Hexadecimal code Full list of hexadecimal code: https://www.w3schools.com/charsets/ref_emoji.asp
Emojis::Name(string) Returns the specified emoji, from the provided name.
string Name of emoji Full list of emojis: https://gist.github.com/rxaviers/7360908

This page is an auto-generated reference page about the Emojis extension, made by the community of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop community-made extensions here.