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://hollo/@john"
],
"id": "http://pasture-one-actor/activity/e0OwUcuK1wg",
"published": "2025-09-09T10:47:57Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/object/jJoK3Eliu18",
"published": "2025-09-09T10:47:57Z",
"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://hollo/@john"
}
]
}
}
hollo
{
"id": "01992e16-e748-7524-a0b2-9a8391c69420",
"created_at": "2025-09-09T10:47:57.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/object/jJoK3Eliu18",
"url": "http://pasture-one-actor/object/jJoK3Eliu18",
"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,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "01992e14-b92a-74db-9a61-adf3ce432936",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2025-09-09T10:45:34.069Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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://hollo/@john"
],
"id": "http://pasture-one-actor/activity/LNEd6PLS4UM",
"published": "2025-09-09T10:47:58Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/object/0qMCyg2mcDQ",
"published": "2025-09-09T10:47:58Z",
"content": "emoji minimal properties :cow2:",
"tag": [
{
"type": "Emoji",
"name": ":cow2:",
"icon": {
"url": "http://pasture-one-actor/assets/cow_emoji.png"
}
},
{
"type": "Mention",
"href": "http://hollo/@john"
}
]
}
}
hollo
{
"id": "01992e16-eb30-7b14-9951-a88d0f62f20c",
"created_at": "2025-09-09T10:47:58.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/object/0qMCyg2mcDQ",
"url": "http://pasture-one-actor/object/0qMCyg2mcDQ",
"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,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "01992e14-b92a-74db-9a61-adf3ce432936",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2025-09-09T10:45:34.069Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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://hollo/@john"
],
"id": "http://pasture-one-actor/activity/8JL-ItwjCDY",
"published": "2025-09-09T10:47:58Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/object/7geeHKB9maE",
"published": "2025-09-09T10:47:58Z",
"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://hollo/@john"
}
]
}
}
hollo
{
"id": "01992e16-eb30-7b14-9951-a88d379c9638",
"created_at": "2025-09-09T10:47:58.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/object/7geeHKB9maE",
"url": "http://pasture-one-actor/object/7geeHKB9maE",
"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,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "01992e14-b92a-74db-9a61-adf3ce432936",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2025-09-09T10:45:34.069Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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://hollo/@john"
],
"id": "http://pasture-one-actor/activity/Le4D5dECbHs",
"published": "2025-09-09T10:47:59Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/object/VqNhLuB0EqM",
"published": "2025-09-09T10:47:59Z",
"content": "emoji with inlined icon :cow4:",
"tag": [
{
"type": "Emoji",
"name": ":cow4:",
"icon": "http://pasture-one-actor/assets/cow_emoji.png"
},
{
"type": "Mention",
"href": "http://hollo/@john"
}
]
}
}
hollo
{
"id": "01992e16-ef18-73f6-b8a2-16861df93daa",
"created_at": "2025-09-09T10:47:59.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/object/VqNhLuB0EqM",
"url": "http://pasture-one-actor/object/VqNhLuB0EqM",
"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,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "01992e14-b92a-74db-9a61-adf3ce432936",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2025-09-09T10:45:34.069Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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://hollo/@john"
],
"id": "http://pasture-one-actor/activity/xG1JtMjDz9A",
"published": "2025-09-09T10:48:00Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/object/hjHeRLFsJXg",
"published": "2025-09-09T10:48:00Z",
"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://hollo/@john"
}
]
}
}
hollo
{
"id": "01992e16-f300-7dee-9dee-90ac7f931e20",
"created_at": "2025-09-09T10:48:00.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/object/hjHeRLFsJXg",
"url": "http://pasture-one-actor/object/hjHeRLFsJXg",
"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,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "01992e14-b92a-74db-9a61-adf3ce432936",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2025-09-09T10:45:34.069Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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://hollo/@john"
],
"id": "http://pasture-one-actor/activity/hEjNruE4Ito",
"published": "2025-09-09T10:48:01Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/object/Z1OO3VyEodE",
"published": "2025-09-09T10:48:01Z",
"content": "emoji with missing icon :cow6:",
"tag": [
{
"type": "Emoji",
"name": ":cow6:"
},
{
"type": "Mention",
"href": "http://hollo/@john"
}
]
}
}
hollo
{
"id": "01992e16-f6e8-7d42-b551-d4c50ced99c7",
"created_at": "2025-09-09T10:48:01.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/object/Z1OO3VyEodE",
"url": "http://pasture-one-actor/object/Z1OO3VyEodE",
"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,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "01992e14-b92a-74db-9a61-adf3ce432936",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2025-09-09T10:45:34.069Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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://hollo/@john"
],
"id": "http://pasture-one-actor/activity/vb5KFqcLHF4",
"published": "2025-09-09T10:48:02Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/object/BCat8TFoago",
"published": "2025-09-09T10:48:02Z",
"content": "emoji just id :cow:",
"tag": [
"http://pasture-one-actor/assets/cow_emoji.jsonap",
{
"type": "Mention",
"href": "http://hollo/@john"
}
]
}
}
no result