Skip to content

Commit 3ea9ea9

Browse files
committed
Add Emoji 16.0 support
This patch adds all the new emojis of Emoji 16.0. "Flag: Syria" (πŸ‡ΈπŸ‡Ύ) also changed because of you know what. Signed-off-by: Philippe Proulx <[email protected]>
1 parent fa5f6e0 commit 3ea9ea9

34 files changed

+9522
-9220
lines changed

β€ŽREADME.adocβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif::env-github[]
1111

1212
= jome 😏
1313
Philippe Proulx <eepp.ca>
14-
14 April 2025
14+
26 June 2025
1515

1616
https://github.com/eepp/jome/releases/tag/v1.3.0[image:https://img.shields.io/github/v/release/eepp/jome?display_name=release[GitHub Release]]
1717
https://aur.archlinux.org/packages/jome[image:https://img.shields.io/aur/version/jome?&label=AUR[AUR Version]]
@@ -24,7 +24,7 @@ https://github.com/eepp/jome/stargazers[image:https://img.shields.io/github/star
2424
You can also pick an emoji with the πŸ–±οΈ, don't worry.
2525

2626
jome has all the emojis of ⬆️ to
27-
https://emojipedia.org/emoji-15.1/[Emoji{nbsp}15.1], including
27+
https://emojipedia.org/emoji-16.0/[Emoji{nbsp}16.0], including
2828
with skin tones.
2929

3030
I'm not a fan of the usual very broad categories of emojis which do not

β€Žassets/cats.jsonβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"😌",
5959
"πŸ˜”",
6060
"πŸ˜ͺ",
61+
"🫩",
6162
"🀀",
6263
"😴",
6364
"πŸ₯±",
@@ -256,6 +257,7 @@
256257
"🦡",
257258
"🦢",
258259
"πŸ‘£",
260+
"πŸ«†",
259261
"πŸ‘‚",
260262
"🦻",
261263
"πŸ‘ƒ",
@@ -790,6 +792,7 @@
790792
"🌳",
791793
"🌴",
792794
"πŸŽ‹",
795+
"πŸͺΎ",
793796
"πŸͺ΅",
794797
"🎍",
795798
"🌡",
@@ -946,6 +949,7 @@
946949
"πŸ†",
947950
"πŸ₯”",
948951
"πŸ₯•",
952+
"🫜",
949953
"🌽",
950954
"🌢️",
951955
"πŸ«‘",
@@ -1318,6 +1322,7 @@
13181322
"β™ŸοΈ",
13191323
"🎭",
13201324
"🎨",
1325+
"🫟",
13211326
"🧡",
13221327
"πŸͺ‘",
13231328
"🧢",
@@ -1514,6 +1519,7 @@
15141519
"🎺",
15151520
"πŸ“―",
15161521
"πŸͺˆ",
1522+
"πŸͺ‰",
15171523
"🎻",
15181524
"πŸͺ•",
15191525
"πŸ₯",
@@ -2032,6 +2038,7 @@
20322038
"πŸ–‹οΈ",
20332039
"πŸ–ŠοΈ",
20342040
"πŸ–ŒοΈ",
2041+
"🫟",
20352042
"πŸ–οΈ",
20362043
"πŸ“",
20372044
"πŸ“",
@@ -2087,6 +2094,7 @@
20872094
"🧰",
20882095
"🧲",
20892096
"πŸͺœ",
2097+
"πŸͺ",
20902098
"βš—οΈ",
20912099
"πŸ§ͺ",
20922100
"🧫",

β€Žassets/emojis-16.pngβ€Ž

2.53 KB
Loading

β€Žassets/emojis-24.pngβ€Ž

2.16 KB
Loading

β€Žassets/emojis-32.pngβ€Ž

3.17 KB
Loading

β€Žassets/emojis-40.pngβ€Ž

3.92 KB
Loading

β€Žassets/emojis-48.pngβ€Ž

6.42 KB
Loading

0 commit comments

Comments
Β (0)