mirror of
https://github.com/emojisum/emojisum.git
synced 2025-02-21 10:09:01 +00:00
commit
45637bcc70
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
"emojiwords": [
|
"emojiwords": [
|
||||||
[":+1:", "U+1F44D"],
|
[":+1:", "U+1F44D"],
|
||||||
[":8ball:", "U+1F3B1"],
|
[":8ball:", "U+1F3B1"],
|
||||||
[":airplane:", "U+2708"],
|
[":airplane:", "U+2708U+FE0F", "U+2708"],
|
||||||
[":alien:", "U+1F47D"],
|
[":alien:", "U+1F47D"],
|
||||||
[":anchor:", "U+2693"],
|
[":anchor:", "U+2693"],
|
||||||
[":angel:", "U+1F607"],
|
[":angel:", "U+1F607"],
|
||||||
|
@ -205,7 +205,7 @@
|
||||||
[":smoking:", "U+1F6AC"],
|
[":smoking:", "U+1F6AC"],
|
||||||
[":snail:", "U+1F40C"],
|
[":snail:", "U+1F40C"],
|
||||||
[":snake:", "U+1F40D"],
|
[":snake:", "U+1F40D"],
|
||||||
[":snowflake:", "U+FE0F", "U+2744"],
|
[":snowflake:", "U+2744U+FE0F", "U+2744"],
|
||||||
[":soccer:", "U+26BD"],
|
[":soccer:", "U+26BD"],
|
||||||
[":soon:", "U+1F51C"],
|
[":soon:", "U+1F51C"],
|
||||||
[":space_invader:", "U+1F47E"],
|
[":space_invader:", "U+1F47E"],
|
||||||
|
|
|
@ -218,7 +218,7 @@ draft+3
|
||||||
* `200` -- :smoking: `:smoking:` [U+1F6AC](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f6ac)
|
* `200` -- :smoking: `:smoking:` [U+1F6AC](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f6ac)
|
||||||
* `201` -- :snail: `:snail:` [U+1F40C](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f40c)
|
* `201` -- :snail: `:snail:` [U+1F40C](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f40c)
|
||||||
* `202` -- :snake: `:snake:` [U+1F40D](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f40d)
|
* `202` -- :snake: `:snake:` [U+1F40D](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f40d)
|
||||||
* `203` -- :snowflake: `:snowflake:` [U+FE0F](http://www.unicode.org/emoji/charts/full-emoji-list.html#fe0f) [U+2744](http://www.unicode.org/emoji/charts/full-emoji-list.html#2744)
|
* `203` -- :snowflake: `:snowflake:` [U+2744U+FE0F](http://www.unicode.org/emoji/charts/full-emoji-list.html#2744_fe0f) [U+2744](http://www.unicode.org/emoji/charts/full-emoji-list.html#2744)
|
||||||
* `204` -- :soccer: `:soccer:` [U+26BD](http://www.unicode.org/emoji/charts/full-emoji-list.html#26bd)
|
* `204` -- :soccer: `:soccer:` [U+26BD](http://www.unicode.org/emoji/charts/full-emoji-list.html#26bd)
|
||||||
* `205` -- :soon: `:soon:` [U+1F51C](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f51c)
|
* `205` -- :soon: `:soon:` [U+1F51C](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f51c)
|
||||||
* `206` -- :space_invader: `:space_invader:` [U+1F47E](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f47e)
|
* `206` -- :space_invader: `:space_invader:` [U+1F47E](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f47e)
|
||||||
|
|
|
@ -210,7 +210,7 @@ func init() {
|
||||||
{":smoking:", "U+1F6AC"},
|
{":smoking:", "U+1F6AC"},
|
||||||
{":snail:", "U+1F40C"},
|
{":snail:", "U+1F40C"},
|
||||||
{":snake:", "U+1F40D"},
|
{":snake:", "U+1F40D"},
|
||||||
{":snowflake:", "U+FE0F", "U+2744"},
|
{":snowflake:", "U+2744U+FE0F", "U+2744"},
|
||||||
{":soccer:", "U+26BD"},
|
{":soccer:", "U+26BD"},
|
||||||
{":soon:", "U+1F51C"},
|
{":soon:", "U+1F51C"},
|
||||||
{":space_invader:", "U+1F47E"},
|
{":space_invader:", "U+1F47E"},
|
||||||
|
|
Loading…
Add table
Reference in a new issue