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/dG0fIUlgzaY",
"published": "2025-09-06T13:42:45Z",
"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/j6eJaR2wOmc",
"published": "2025-09-06T13:42:45Z",
"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": "115157641882258317",
"created_at": "2025-09-06T13:42:45.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/j6eJaR2wOmc",
"url": "http://pasture-one-actor/object/j6eJaR2wOmc",
"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": "115157631664406598",
"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-06T00: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-06",
"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/39cc657e247cee78.png",
"static_url": "http://localhost:2970/system/cache/custom_emojis/images/000/000/001/static/39cc657e247cee78.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/MCxYBs8VRoU",
"published": "2025-09-06T13:42:47Z",
"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/lSpsAYZvSns",
"published": "2025-09-06T13:42:47Z",
"content": "emoji minimal properties :cow2:",
"tag": [
{
"type": "Emoji",
"name": ":cow2:",
"icon": {
"url": "http://pasture-one-actor/assets/cow_emoji.png"
}
}
]
}
}
mastodon
{
"id": "115157641946636442",
"created_at": "2025-09-06T13:42: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/lSpsAYZvSns",
"url": "http://pasture-one-actor/object/lSpsAYZvSns",
"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": "115157631664406598",
"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-06T00: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-06",
"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/5135220747c5d311.png",
"static_url": "http://localhost:2970/system/cache/custom_emojis/images/000/000/002/static/5135220747c5d311.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/tjW8PZUNLlQ",
"published": "2025-09-06T13:42:47Z",
"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/fOCUQLVjgK8",
"published": "2025-09-06T13:42:47Z",
"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": "115157642011517673",
"created_at": "2025-09-06T13:42: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/fOCUQLVjgK8",
"url": "http://pasture-one-actor/object/fOCUQLVjgK8",
"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": "115157631664406598",
"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-06T00: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-06",
"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/4e92a0fe49cd6db0.png",
"static_url": "http://localhost:2970/system/cache/custom_emojis/images/000/000/003/static/4e92a0fe49cd6db0.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/BUTJ9U7XUzg",
"published": "2025-09-06T13:42:48Z",
"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/0KlTNY0bs1E",
"published": "2025-09-06T13:42:48Z",
"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/BGSBL7dRgUg",
"published": "2025-09-06T13:43:03Z",
"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/2zRoKhF7wRA",
"published": "2025-09-06T13:43:03Z",
"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": "115157643000211814",
"created_at": "2025-09-06T13:43:03.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/2zRoKhF7wRA",
"url": "http://pasture-one-actor/object/2zRoKhF7wRA",
"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": "115157631664406598",
"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-06T00: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-06",
"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/7654e0ad398a779a.png",
"static_url": "http://localhost:2970/system/cache/custom_emojis/images/000/000/004/static/7654e0ad398a779a.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/_wommYKzzmw",
"published": "2025-09-06T13:43:04Z",
"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/If8ao7fjQpg",
"published": "2025-09-06T13:43:04Z",
"content": "emoji with missing icon :cow6:",
"tag": [
{
"type": "Emoji",
"name": ":cow6:"
}
]
}
}
mastodon
{
"id": "115157643060999982",
"created_at": "2025-09-06T13:43:04.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/If8ao7fjQpg",
"url": "http://pasture-one-actor/object/If8ao7fjQpg",
"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": "115157631664406598",
"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-06T00: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-06",
"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/mjrrWgk-90Q",
"published": "2025-09-06T13:43:05Z",
"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/Nq7LnZvlVTQ",
"published": "2025-09-06T13:43:05Z",
"content": "emoji just id :cow:",
"tag": [
"http://pasture-one-actor/assets/cow_emoji.jsonap"
]
}
}
mastodon
{
"id": "115157643125873931",
"created_at": "2025-09-06T13:43:05.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/Nq7LnZvlVTQ",
"url": "http://pasture-one-actor/object/Nq7LnZvlVTQ",
"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": "115157631664406598",
"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-06T00: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-06",
"hide_collections": true,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"quote": null,
"card": null,
"poll": null
}