Skip to content

Emoji

Emojis are documented in FEP-9098

In the support table:

  • ✅ means Emoji parsed
    • means Emoji not parsed
  • ❌ failed to process, i.e. no message received in the application.

Examples

Example 1

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://gotosocial/users/cookie"
  ],
  "id": "http://pasture-one-actor/activity/Wkw-3iX5gwA",
  "published": "2025-09-03T18:25:46Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/p58go6TVKFY",
    "published": "2025-09-03T18:25:46Z",
    "content": "emoji base properties :cow1:",
    "tag": [
      {
        "type": "Emoji",
        "name": ":cow1:",
        "updated": "2025-01-22T12:57:33Z",
        "icon": {
          "type": "Image",
          "mediaType": "image/png",
          "url": "http://pasture-one-actor/assets/cow_emoji.png"
        }
      },
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K48D7S0GPJVCEDQATE86X2D1",
  "created_at": "2025-09-03T18:25:46.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/p58go6TVKFY",
  "url": "http://pasture-one-actor/object/p58go6TVKFY",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "emoji base properties :cow1:",
  "reblog": null,
  "account": {
    "id": "01K48D4GXYW9KT1VG7A7FX4SYD",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-03T18:23:59.442Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 66,
    "last_status_at": "2025-09-03T18:25:46.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "014HZBWCFX2KRE5R0YTT30X5C4",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

Example 2

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://gotosocial/users/cookie"
  ],
  "id": "http://pasture-one-actor/activity/F_6kHmIubf4",
  "published": "2025-09-03T18:25:47Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/M4NXP8yWDp4",
    "published": "2025-09-03T18:25:47Z",
    "content": "emoji minimal properties :cow2:",
    "tag": [
      {
        "type": "Emoji",
        "name": ":cow2:",
        "icon": {
          "url": "http://pasture-one-actor/assets/cow_emoji.png"
        }
      },
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K48D7SZRHJ3X5A2VZVBSQMPV",
  "created_at": "2025-09-03T18:25:47.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/M4NXP8yWDp4",
  "url": "http://pasture-one-actor/object/M4NXP8yWDp4",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "emoji minimal properties :cow2:",
  "reblog": null,
  "account": {
    "id": "01K48D4GXYW9KT1VG7A7FX4SYD",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-03T18:23:59.442Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 67,
    "last_status_at": "2025-09-03T18:25:47.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "014HZBWCFX2KRE5R0YTT30X5C4",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

Example 3

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://gotosocial/users/cookie"
  ],
  "id": "http://pasture-one-actor/activity/1WzdP_GNXE8",
  "published": "2025-09-03T18:25:48Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/n9bP4nO_aEQ",
    "published": "2025-09-03T18:25:48Z",
    "content": "emoji with type of icon :cow3:",
    "tag": [
      {
        "type": "Emoji",
        "name": ":cow3:",
        "icon": {
          "type": "Image",
          "url": "http://pasture-one-actor/assets/cow_emoji.png"
        }
      },
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K48D7TZ0REM98TF7MMGD078Z",
  "created_at": "2025-09-03T18:25:48.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/n9bP4nO_aEQ",
  "url": "http://pasture-one-actor/object/n9bP4nO_aEQ",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "emoji with type of icon :cow3:",
  "reblog": null,
  "account": {
    "id": "01K48D4GXYW9KT1VG7A7FX4SYD",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-03T18:23:59.442Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 68,
    "last_status_at": "2025-09-03T18:25:48.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "014HZBWCFX2KRE5R0YTT30X5C4",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

Example 4

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://gotosocial/users/cookie"
  ],
  "id": "http://pasture-one-actor/activity/Hp6wJzQ7PVs",
  "published": "2025-09-03T18:25:48Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/k-FfjmKLdQA",
    "published": "2025-09-03T18:25:48Z",
    "content": "emoji with inlined icon :cow4:",
    "tag": [
      {
        "type": "Emoji",
        "name": ":cow4:",
        "icon": "http://pasture-one-actor/assets/cow_emoji.png"
      },
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K48D7TZ0484M9E3M2K5C2MAY",
  "created_at": "2025-09-03T18:25:48.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/k-FfjmKLdQA",
  "url": "http://pasture-one-actor/object/k-FfjmKLdQA",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "emoji with inlined icon :cow4:",
  "reblog": null,
  "account": {
    "id": "01K48D4GXYW9KT1VG7A7FX4SYD",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-03T18:23:59.442Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 69,
    "last_status_at": "2025-09-03T18:25:48.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "014HZBWCFX2KRE5R0YTT30X5C4",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

Example 5

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://gotosocial/users/cookie"
  ],
  "id": "http://pasture-one-actor/activity/k9v6yOx0IK4",
  "published": "2025-09-03T18:25:49Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/PRt1sz8lvY8",
    "published": "2025-09-03T18:25:49Z",
    "content": "emoji with id :cow5:",
    "tag": [
      {
        "id": "http://pasture-one-actor/assets/cow_emoji.jsonap",
        "type": "Emoji",
        "name": ":cow5:",
        "updated": "2025-01-22T12:57:33Z",
        "icon": {
          "type": "Image",
          "mediaType": "image/png",
          "url": "http://pasture-one-actor/assets/cow_emoji.png"
        }
      },
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K48D7VY8B9FKG17REQT2E1TA",
  "created_at": "2025-09-03T18:25:49.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/PRt1sz8lvY8",
  "url": "http://pasture-one-actor/object/PRt1sz8lvY8",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "emoji with id :cow5:",
  "reblog": null,
  "account": {
    "id": "01K48D4GXYW9KT1VG7A7FX4SYD",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-03T18:23:59.442Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 70,
    "last_status_at": "2025-09-03T18:25:49.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "014HZBWCFX2KRE5R0YTT30X5C4",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [
    {
      "shortcode": "cow5",
      "url": "http://gotosocial/fileserver/01EBH51GB9TKBQ8BZ8YJYE97MH/emoji/original/01G3Z50FTN28E89MFCCKWP0WS4.png",
      "static_url": "http://gotosocial/fileserver/01EBH51GB9TKBQ8BZ8YJYE97MH/emoji/static/01G3Z50FTN28E89MFCCKWP0WS4.png",
      "visible_in_picker": false
    }
  ],
  "card": null,
  "poll": null
}

Example 6

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://gotosocial/users/cookie"
  ],
  "id": "http://pasture-one-actor/activity/LZwYisFn5sc",
  "published": "2025-09-03T18:25:50Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/MfH8xqJNdys",
    "published": "2025-09-03T18:25:50Z",
    "content": "emoji with missing icon :cow6:",
    "tag": [
      {
        "type": "Emoji",
        "name": ":cow6:"
      },
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K48D7WXGZFXMR57H93G8PDEM",
  "created_at": "2025-09-03T18:25:50.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/MfH8xqJNdys",
  "url": "http://pasture-one-actor/object/MfH8xqJNdys",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "emoji with missing icon :cow6:",
  "reblog": null,
  "account": {
    "id": "01K48D4GXYW9KT1VG7A7FX4SYD",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-03T18:23:59.442Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 71,
    "last_status_at": "2025-09-03T18:25:50.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "014HZBWCFX2KRE5R0YTT30X5C4",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

Example 7

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://gotosocial/users/cookie"
  ],
  "id": "http://pasture-one-actor/activity/sSTduTZ2VWw",
  "published": "2025-09-03T18:25:50Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/DM4Wh3OYevY",
    "published": "2025-09-03T18:25:50Z",
    "content": "emoji just id :cow:",
    "tag": [
      "http://pasture-one-actor/assets/cow_emoji.jsonap",
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K48D7WXGZP10FF8EHT9812E1",
  "created_at": "2025-09-03T18:25:50.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/DM4Wh3OYevY",
  "url": "http://pasture-one-actor/object/DM4Wh3OYevY",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "emoji just id :cow:",
  "reblog": null,
  "account": {
    "id": "01K48D4GXYW9KT1VG7A7FX4SYD",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-03T18:23:59.442Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon4.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 72,
    "last_status_at": "2025-09-03T18:25:50.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "014HZBWCFX2KRE5R0YTT30X5C4",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}