An emoji object contains information about an emoji character. It is most often used to represent an emoji that is rendered as a page icon in the Notion UI.Example emoji object
{"type":"emoji","emoji":"😻"}
The object contains the following fields:
Type
Description
Example value
type
"emoji"
The constant string "emoji" that represents the object type.
"emoji"
emoji
string
The emoji character.
"😻"
To use the Notion API to render an emoji object as a page icon, set a page’s icon property field to an emoji object.
Example: set a page icon via the Create a page endpoint#