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://mastodon/users/hippo"
  ],
  "id": "http://pasture-one-actor/activity/2cJEzZyLRrc",
  "published": "2025-09-09T11:01:07Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/JT-aH2OMswk",
    "published": "2025-09-09T11:01:07Z",
    "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"
        }
      }
    ]
  }
}
mastodon
{
  "id": "115173993230098842",
  "created_at": "2025-09-09T11:01:07.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/JT-aH2OMswk",
  "url": "http://pasture-one-actor/object/JT-aH2OMswk",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "emoji base properties :cow1:",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115173982502062822",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-09-09T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://mastodon/avatars/original/missing.png",
    "avatar_static": "http://mastodon/avatars/original/missing.png",
    "header": "http://mastodon/headers/original/missing.png",
    "header_static": "http://mastodon/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 63,
    "last_status_at": "2025-09-09",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [
    {
      "shortcode": "cow1",
      "url": "http://localhost:2970/system/cache/custom_emojis/images/000/000/001/original/c2ead3bb51d75b9c.png",
      "static_url": "http://localhost:2970/system/cache/custom_emojis/images/000/000/001/static/c2ead3bb51d75b9c.png",
      "visible_in_picker": true
    }
  ],
  "quote": null,
  "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://mastodon/users/hippo"
  ],
  "id": "http://pasture-one-actor/activity/Det9rcLvNEo",
  "published": "2025-09-09T11:01:08Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/p4mt9m15WFI",
    "published": "2025-09-09T11:01:08Z",
    "content": "emoji minimal properties :cow2:",
    "tag": [
      {
        "type": "Emoji",
        "name": ":cow2:",
        "icon": {
          "url": "http://pasture-one-actor/assets/cow_emoji.png"
        }
      }
    ]
  }
}
mastodon
{
  "id": "115173993322556455",
  "created_at": "2025-09-09T11:01:08.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/p4mt9m15WFI",
  "url": "http://pasture-one-actor/object/p4mt9m15WFI",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "emoji minimal properties :cow2:",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115173982502062822",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-09-09T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://mastodon/avatars/original/missing.png",
    "avatar_static": "http://mastodon/avatars/original/missing.png",
    "header": "http://mastodon/headers/original/missing.png",
    "header_static": "http://mastodon/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 64,
    "last_status_at": "2025-09-09",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [
    {
      "shortcode": "cow2",
      "url": "http://localhost:2970/system/cache/custom_emojis/images/000/000/002/original/7f95cb403a06ebcc.png",
      "static_url": "http://localhost:2970/system/cache/custom_emojis/images/000/000/002/static/7f95cb403a06ebcc.png",
      "visible_in_picker": true
    }
  ],
  "quote": null,
  "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://mastodon/users/hippo"
  ],
  "id": "http://pasture-one-actor/activity/xThybUPalgw",
  "published": "2025-09-09T11:01:10Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/c1hhlam5W_w",
    "published": "2025-09-09T11:01:10Z",
    "content": "emoji with type of icon :cow3:",
    "tag": [
      {
        "type": "Emoji",
        "name": ":cow3:",
        "icon": {
          "type": "Image",
          "url": "http://pasture-one-actor/assets/cow_emoji.png"
        }
      }
    ]
  }
}
mastodon
{
  "id": "115173993389916198",
  "created_at": "2025-09-09T11:01:10.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/c1hhlam5W_w",
  "url": "http://pasture-one-actor/object/c1hhlam5W_w",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "emoji with type of icon :cow3:",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115173982502062822",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-09-09T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://mastodon/avatars/original/missing.png",
    "avatar_static": "http://mastodon/avatars/original/missing.png",
    "header": "http://mastodon/headers/original/missing.png",
    "header_static": "http://mastodon/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 65,
    "last_status_at": "2025-09-09",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [
    {
      "shortcode": "cow3",
      "url": "http://localhost:2970/system/cache/custom_emojis/images/000/000/003/original/687f2d91f6f47cd4.png",
      "static_url": "http://localhost:2970/system/cache/custom_emojis/images/000/000/003/static/687f2d91f6f47cd4.png",
      "visible_in_picker": true
    }
  ],
  "quote": null,
  "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://mastodon/users/hippo"
  ],
  "id": "http://pasture-one-actor/activity/FswWhMIm1xM",
  "published": "2025-09-09T11:01:11Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/sx6Ha7kNlF8",
    "published": "2025-09-09T11:01:11Z",
    "content": "emoji with inlined icon :cow4:",
    "tag": [
      {
        "type": "Emoji",
        "name": ":cow4:",
        "icon": "http://pasture-one-actor/assets/cow_emoji.png"
      }
    ]
  }
}

no result

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://mastodon/users/hippo"
  ],
  "id": "http://pasture-one-actor/activity/jwMFPuSinrQ",
  "published": "2025-09-09T11:01:25Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/PlqBkAn74c8",
    "published": "2025-09-09T11:01:25Z",
    "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"
        }
      }
    ]
  }
}
mastodon
{
  "id": "115173994404616533",
  "created_at": "2025-09-09T11:01:25.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/PlqBkAn74c8",
  "url": "http://pasture-one-actor/object/PlqBkAn74c8",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "emoji with id :cow5:",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115173982502062822",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-09-09T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://mastodon/avatars/original/missing.png",
    "avatar_static": "http://mastodon/avatars/original/missing.png",
    "header": "http://mastodon/headers/original/missing.png",
    "header_static": "http://mastodon/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 66,
    "last_status_at": "2025-09-09",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [
    {
      "shortcode": "cow5",
      "url": "http://localhost:2970/system/cache/custom_emojis/images/000/000/004/original/28204998e446d3e3.png",
      "static_url": "http://localhost:2970/system/cache/custom_emojis/images/000/000/004/static/28204998e446d3e3.png",
      "visible_in_picker": true
    }
  ],
  "quote": null,
  "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://mastodon/users/hippo"
  ],
  "id": "http://pasture-one-actor/activity/d88m-BPPzM4",
  "published": "2025-09-09T11:01:26Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/zxOn5Acbz4E",
    "published": "2025-09-09T11:01:26Z",
    "content": "emoji with missing icon :cow6:",
    "tag": [
      {
        "type": "Emoji",
        "name": ":cow6:"
      }
    ]
  }
}
mastodon
{
  "id": "115173994467879611",
  "created_at": "2025-09-09T11:01:26.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/zxOn5Acbz4E",
  "url": "http://pasture-one-actor/object/zxOn5Acbz4E",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "emoji with missing icon :cow6:",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115173982502062822",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-09-09T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://mastodon/avatars/original/missing.png",
    "avatar_static": "http://mastodon/avatars/original/missing.png",
    "header": "http://mastodon/headers/original/missing.png",
    "header_static": "http://mastodon/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 67,
    "last_status_at": "2025-09-09",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": null,
  "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://mastodon/users/hippo"
  ],
  "id": "http://pasture-one-actor/activity/cKPndFb9gIc",
  "published": "2025-09-09T11:01:27Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/QP86J83smrE",
    "published": "2025-09-09T11:01:27Z",
    "content": "emoji just id :cow:",
    "tag": [
      "http://pasture-one-actor/assets/cow_emoji.jsonap"
    ]
  }
}
mastodon
{
  "id": "115173994530019390",
  "created_at": "2025-09-09T11:01:27.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/QP86J83smrE",
  "url": "http://pasture-one-actor/object/QP86J83smrE",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "emoji just id :cow:",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115173982502062822",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-09-09T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://mastodon/avatars/original/missing.png",
    "avatar_static": "http://mastodon/avatars/original/missing.png",
    "header": "http://mastodon/headers/original/missing.png",
    "header_static": "http://mastodon/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 68,
    "last_status_at": "2025-09-09",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": null,
  "card": null,
  "poll": null
}