mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-08 07:47:59 +00:00
Add aliasias for people holding hands
There's no sequence for men/woman of the same skin tone holding hands. This is because they have dedicated unicode code points: Women Holding Hands: Light Skin Tone = 1F46D + 1F3FB Since there's no filename for the sequence version, and there's no alias, the sequence won't get added to the GSUB rules. This commit adds the missing aliases.
This commit is contained in:
parent
ac638130b3
commit
6e821ebf7e
1 changed files with 20 additions and 0 deletions
|
@ -13,3 +13,23 @@ fe82b;unknown_flag # no name -> no name
|
||||||
1f1f2_1f1eb;1f1eb_1f1f7 # MF -> FR
|
1f1f2_1f1eb;1f1eb_1f1f7 # MF -> FR
|
||||||
1f1f8_1f1ef;1f1f3_1f1f4 # SJ -> NO
|
1f1f8_1f1ef;1f1f3_1f1f4 # SJ -> NO
|
||||||
1f1fa_1f1f2;1f1fa_1f1f8 # UM -> US
|
1f1fa_1f1f2;1f1fa_1f1f8 # UM -> US
|
||||||
|
|
||||||
|
# People holding hands
|
||||||
|
# Adds sequence for emoji that also have dedicated Unicode values
|
||||||
|
1f468_1f3fb_200d_1f91d_200d_1f468_1f3fb;1f46c_1f3fb
|
||||||
|
1f468_1f3fc_200d_1f91d_200d_1f468_1f3fc;1f46c_1f3fc
|
||||||
|
1f468_1f3fd_200d_1f91d_200d_1f468_1f3fd;1f46c_1f3fd
|
||||||
|
1f468_1f3fe_200d_1f91d_200d_1f468_1f3fe;1f46c_1f3fe
|
||||||
|
1f468_1f3ff_200d_1f91d_200d_1f468_1f3ff;1f46c_1f3ff
|
||||||
|
|
||||||
|
1f469_1f3fb_200d_1f91d_200d_1f468_1f3fb;1f46b_1f3fb
|
||||||
|
1f469_1f3fc_200d_1f91d_200d_1f468_1f3fc;1f46b_1f3fc
|
||||||
|
1f469_1f3fd_200d_1f91d_200d_1f468_1f3fd;1f46b_1f3fd
|
||||||
|
1f469_1f3fe_200d_1f91d_200d_1f468_1f3fe;1f46b_1f3fe
|
||||||
|
1f469_1f3ff_200d_1f91d_200d_1f468_1f3ff;1f46b_1f3ff
|
||||||
|
|
||||||
|
1f469_1f3fb_200d_1f91d_200d_1f469_1f3fb;1f46d_1f3fb
|
||||||
|
1f469_1f3fc_200d_1f91d_200d_1f469_1f3fc;1f46d_1f3fc
|
||||||
|
1f469_1f3fd_200d_1f91d_200d_1f469_1f3fd;1f46d_1f3fd
|
||||||
|
1f469_1f3fe_200d_1f91d_200d_1f469_1f3fe;1f46d_1f3fe
|
||||||
|
1f469_1f3ff_200d_1f91d_200d_1f469_1f3ff;1f46d_1f3ff
|
||||||
|
|
Loading…
Add table
Reference in a new issue