diff --git a/emoji/emojimap.json b/emoji/emojimap.json index 23340bb..cf06d4c 100644 --- a/emoji/emojimap.json +++ b/emoji/emojimap.json @@ -197,15 +197,15 @@ [":shell:", "U+1F41A"], [":shoe:", "U+1F45E", "U+1F45F"], [":ski:", "U+1F3BF"], - [":skull:"], - [":sleepy:"], - [":smile:"], - [":smiley_cat:"], - [":smirk:"], - [":smoking:"], - [":snail:"], - [":snake:"], - [":snowflake:"], + [":skull:", "U+1F480"], + [":sleepy:", "U+1F62A"], + [":smile:", "U+1F604"], + [":smiley_cat:", "U+1F63A"], + [":smirk:", "U+1F60F"], + [":smoking:", "U+1F6AC"], + [":snail:", "U+1F40C"], + [":snake:", "U+1F40D"], + [":snowflake:", "U+FE0F", "U+2744"], [":soccer:"], [":soon:"], [":space_invader:"], diff --git a/emoji/list.md b/emoji/list.md index 2f42650..b5201c7 100644 --- a/emoji/list.md +++ b/emoji/list.md @@ -210,15 +210,15 @@ draft+2 * `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) * `194` -- :ski: `:ski:` [U+1F3BF](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f3bf) - * `195` -- :skull: `:skull:` - * `196` -- :sleepy: `:sleepy:` - * `197` -- :smile: `:smile:` - * `198` -- :smiley_cat: `:smiley_cat:` - * `199` -- :smirk: `:smirk:` - * `200` -- :smoking: `:smoking:` - * `201` -- :snail: `:snail:` - * `202` -- :snake: `:snake:` - * `203` -- :snowflake: `:snowflake:` + * `195` -- :skull: `:skull:` [U+1F480](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f480) + * `196` -- :sleepy: `:sleepy:` [U+1F62A](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f62a) + * `197` -- :smile: `:smile:` [U+1F604](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f604) + * `198` -- :smiley_cat: `:smiley_cat:` [U+1F63A](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f63a) + * `199` -- :smirk: `:smirk:` [U+1F60F](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f60f) + * `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) + * `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) * `204` -- :soccer: `:soccer:` * `205` -- :soon: `:soon:` * `206` -- :space_invader: `:space_invader:` diff --git a/emoji/map_gen.go b/emoji/map_gen.go index 0927762..2b85dc6 100644 --- a/emoji/map_gen.go +++ b/emoji/map_gen.go @@ -398,23 +398,23 @@ func init() { }, 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:", },