1
0
Fork 0
mirror of https://github.com/emojisum/emojisum.git synced 2025-02-13 04:37:50 +00:00

adding a few more

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2018-07-02 10:14:22 -04:00
parent 03abb8d479
commit 66cfb7c940
Signed by: vbatts
GPG key ID: 10937E57733F1362
3 changed files with 27 additions and 27 deletions

View file

@ -197,15 +197,15 @@
[":shell:", "U+1F41A"], [":shell:", "U+1F41A"],
[":shoe:", "U+1F45E", "U+1F45F"], [":shoe:", "U+1F45E", "U+1F45F"],
[":ski:", "U+1F3BF"], [":ski:", "U+1F3BF"],
[":skull:"], [":skull:", "U+1F480"],
[":sleepy:"], [":sleepy:", "U+1F62A"],
[":smile:"], [":smile:", "U+1F604"],
[":smiley_cat:"], [":smiley_cat:", "U+1F63A"],
[":smirk:"], [":smirk:", "U+1F60F"],
[":smoking:"], [":smoking:", "U+1F6AC"],
[":snail:"], [":snail:", "U+1F40C"],
[":snake:"], [":snake:", "U+1F40D"],
[":snowflake:"], [":snowflake:", "U+FE0F", "U+2744"],
[":soccer:"], [":soccer:"],
[":soon:"], [":soon:"],
[":space_invader:"], [":space_invader:"],

View file

@ -210,15 +210,15 @@ draft+2
* `192` -- :shell: `:shell:` [U+1F41A](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f41a) * `192` -- :shell: `:shell:` [U+1F41A](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f41a)
* `193` -- :shoe: `:shoe:` [U+1F45E](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f45e) [U+1F45F](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f45f) * `193` -- :shoe: `:shoe:` [U+1F45E](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f45e) [U+1F45F](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f45f)
* `194` -- :ski: `:ski:` [U+1F3BF](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f3bf) * `194` -- :ski: `:ski:` [U+1F3BF](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f3bf)
* `195` -- :skull: `:skull:` * `195` -- :skull: `:skull:` [U+1F480](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f480)
* `196` -- :sleepy: `:sleepy:` * `196` -- :sleepy: `:sleepy:` [U+1F62A](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f62a)
* `197` -- :smile: `:smile:` * `197` -- :smile: `:smile:` [U+1F604](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f604)
* `198` -- :smiley_cat: `:smiley_cat:` * `198` -- :smiley_cat: `:smiley_cat:` [U+1F63A](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f63a)
* `199` -- :smirk: `:smirk:` * `199` -- :smirk: `:smirk:` [U+1F60F](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f60f)
* `200` -- :smoking: `:smoking:` * `200` -- :smoking: `:smoking:` [U+1F6AC](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f6ac)
* `201` -- :snail: `:snail:` * `201` -- :snail: `:snail:` [U+1F40C](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f40c)
* `202` -- :snake: `:snake:` * `202` -- :snake: `:snake:` [U+1F40D](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f40d)
* `203` -- :snowflake: `:snowflake:` * `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)
* `204` -- :soccer: `:soccer:` * `204` -- :soccer: `:soccer:`
* `205` -- :soon: `:soon:` * `205` -- :soon: `:soon:`
* `206` -- :space_invader: `:space_invader:` * `206` -- :space_invader: `:space_invader:`

View file

@ -398,23 +398,23 @@ func init() {
}, },
Words{ ":ski:","U+1F3BF", Words{ ":ski:","U+1F3BF",
}, },
Words{ ":skull:", Words{ ":skull:","U+1F480",
}, },
Words{ ":sleepy:", Words{ ":sleepy:","U+1F62A",
}, },
Words{ ":smile:", Words{ ":smile:","U+1F604",
}, },
Words{ ":smiley_cat:", Words{ ":smiley_cat:","U+1F63A",
}, },
Words{ ":smirk:", Words{ ":smirk:","U+1F60F",
}, },
Words{ ":smoking:", Words{ ":smoking:","U+1F6AC",
}, },
Words{ ":snail:", Words{ ":snail:","U+1F40C",
}, },
Words{ ":snake:", Words{ ":snake:","U+1F40D",
}, },
Words{ ":snowflake:", Words{ ":snowflake:","U+FE0F","U+2744",
}, },
Words{ ":soccer:", Words{ ":soccer:",
}, },