1
0
Fork 0
mirror of https://github.com/emojisum/emojisum.git synced 2024-11-23 16:05:40 +00:00

emojimap: codepoint for another 18 emoji

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-11-17 10:40:04 -05:00
parent 13614020a3
commit 7406a78c69
Signed by: vbatts
GPG key ID: 10937E57733F1362
3 changed files with 54 additions and 54 deletions

View file

@ -34,24 +34,24 @@
[":broken_heart:", "U+1F494"], [":broken_heart:", "U+1F494"],
[":bulb:", "U+1F4A1"], [":bulb:", "U+1F4A1"],
[":bus:", "U+1F68C"], [":bus:", "U+1F68C"],
[":cactus:"], [":cactus:", "U+1F335"],
[":calendar:"], [":calendar:", "U+1F4C5"],
[":camera:"], [":camera:", "U+1F4F7"],
[":candy:"], [":candy:", "U+1F36C"],
[":cat:"], [":cat:", "U+1F431"],
[":cherries:"], [":cherries:", "U+1F352"],
[":children_crossing:"], [":children_crossing:", "U+1F6B8"],
[":chocolate_bar:"], [":chocolate_bar:", "U+1F36B"],
[":clap:"], [":clap:", "U+1F44F"],
[":cloud:"], [":cloud:", "U+2601"],
[":clubs:"], [":clubs:", "U+2663"],
[":cn:"], [":cn:", "U+1F1E8", "U+1F1F3"],
[":coffee:"], [":coffee:", "U+2615"],
[":construction:"], [":construction:", "U+1F6A7"],
[":cookie:"], [":cookie:", "U+1F36A"],
[":copyright:"], [":copyright:", "U+00A9"],
[":corn:"], [":corn:", "U+1F33D"],
[":cow:"], [":cow:", "U+1F42E"],
[":crescent_moon:"], [":crescent_moon:"],
[":crown:"], [":crown:"],
[":cry:"], [":cry:"],

View file

@ -47,24 +47,24 @@ draft+2
* `29` -- :broken_heart: `:broken_heart:` U+1F494 * `29` -- :broken_heart: `:broken_heart:` U+1F494
* `30` -- :bulb: `:bulb:` U+1F4A1 * `30` -- :bulb: `:bulb:` U+1F4A1
* `31` -- :bus: `:bus:` U+1F68C * `31` -- :bus: `:bus:` U+1F68C
* `32` -- :cactus: `:cactus:` * `32` -- :cactus: `:cactus:` U+1F335
* `33` -- :calendar: `:calendar:` * `33` -- :calendar: `:calendar:` U+1F4C5
* `34` -- :camera: `:camera:` * `34` -- :camera: `:camera:` U+1F4F7
* `35` -- :candy: `:candy:` * `35` -- :candy: `:candy:` U+1F36C
* `36` -- :cat: `:cat:` * `36` -- :cat: `:cat:` U+1F431
* `37` -- :cherries: `:cherries:` * `37` -- :cherries: `:cherries:` U+1F352
* `38` -- :children_crossing: `:children_crossing:` * `38` -- :children_crossing: `:children_crossing:` U+1F6B8
* `39` -- :chocolate_bar: `:chocolate_bar:` * `39` -- :chocolate_bar: `:chocolate_bar:` U+1F36B
* `40` -- :clap: `:clap:` * `40` -- :clap: `:clap:` U+1F44F
* `41` -- :cloud: `:cloud:` * `41` -- :cloud: `:cloud:` U+2601
* `42` -- :clubs: `:clubs:` * `42` -- :clubs: `:clubs:` U+2663
* `43` -- :cn: `:cn:` * `43` -- :cn: `:cn:` U+1F1E8 U+1F1F3
* `44` -- :coffee: `:coffee:` * `44` -- :coffee: `:coffee:` U+2615
* `45` -- :construction: `:construction:` * `45` -- :construction: `:construction:` U+1F6A7
* `46` -- :cookie: `:cookie:` * `46` -- :cookie: `:cookie:` U+1F36A
* `47` -- :copyright: `:copyright:` * `47` -- :copyright: `:copyright:` U+00A9
* `48` -- :corn: `:corn:` * `48` -- :corn: `:corn:` U+1F33D
* `49` -- :cow: `:cow:` * `49` -- :cow: `:cow:` U+1F42E
* `50` -- :crescent_moon: `:crescent_moon:` * `50` -- :crescent_moon: `:crescent_moon:`
* `51` -- :crown: `:crown:` * `51` -- :crown: `:crown:`
* `52` -- :cry: `:cry:` * `52` -- :cry: `:cry:`

View file

@ -72,41 +72,41 @@ func init() {
}, },
Words{ ":bus:","U+1F68C", Words{ ":bus:","U+1F68C",
}, },
Words{ ":cactus:", Words{ ":cactus:","U+1F335",
}, },
Words{ ":calendar:", Words{ ":calendar:","U+1F4C5",
}, },
Words{ ":camera:", Words{ ":camera:","U+1F4F7",
}, },
Words{ ":candy:", Words{ ":candy:","U+1F36C",
}, },
Words{ ":cat:", Words{ ":cat:","U+1F431",
}, },
Words{ ":cherries:", Words{ ":cherries:","U+1F352",
}, },
Words{ ":children_crossing:", Words{ ":children_crossing:","U+1F6B8",
}, },
Words{ ":chocolate_bar:", Words{ ":chocolate_bar:","U+1F36B",
}, },
Words{ ":clap:", Words{ ":clap:","U+1F44F",
}, },
Words{ ":cloud:", Words{ ":cloud:","U+2601",
}, },
Words{ ":clubs:", Words{ ":clubs:","U+2663",
}, },
Words{ ":cn:", Words{ ":cn:","U+1F1E8","U+1F1F3",
}, },
Words{ ":coffee:", Words{ ":coffee:","U+2615",
}, },
Words{ ":construction:", Words{ ":construction:","U+1F6A7",
}, },
Words{ ":cookie:", Words{ ":cookie:","U+1F36A",
}, },
Words{ ":copyright:", Words{ ":copyright:","U+00A9",
}, },
Words{ ":corn:", Words{ ":corn:","U+1F33D",
}, },
Words{ ":cow:", Words{ ":cow:","U+1F42E",
}, },
Words{ ":crescent_moon:", Words{ ":crescent_moon:",
}, },