1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-03 03:18:58 +00:00
twemoji/index.html

55 lines
2.2 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<title>Twitter Emoji (Twemoji)</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: sans-serif;
font-size: 16px;
text-align: center;
}
h1 {
font-size: 36px;
color: #600;
}
h1 .emoji {
width: 36px;
height: 36px;
margin-bottom: -8px;
}
a, a:visited {
color: #777;
}
a .emoji {
border: 0;
width: 16px;
height: 16px;
margin-bottom: -2px;
}
</style>
</head>
<body>
<h1>Twem&#x2764;ji</h1>
<p>Sharing Twitter emoji <a href="2/test/preview.html">everywhere</a></p>
<p><strong>Version 14.0 Is Out!</strong></p>
<p><a href="https://github.com/twitter/twemoji">Grab me on GitHub &#x2197;</a></p>
2014-11-06 22:59:44 +00:00
<p>
Unicode 10.0/Emoji 5.0 additions + modifications to a subset of existing emojis Adds new emojis based on the finalized [Emoji 5.0 spec](http://unicode.org/reports/tr51/index.html). Modifications to some existing emojis included as well, see change list below for specifics. This change also moves the Twemoji version number to 2.3. ### New * Star-Struck * Face With Raised Eyebrow * Exploding Head * Crazy Face * Face With Symbols Over Mouth * Face Vomiting * Shushing Face * Face With Hand Over Mouth * Face With Monocle * Child * Adult * Older Adult * Woman With Headscarf * Bearded Person * Breast-Feeding * Mage * Woman Mage * Man Mage * Fairy * Woman Fairy * Man Fairy * Vampire * Woman Vampire * Man Vampire * Merperson * Mermaid * Merman * Elf * Woman Elf * Man Elf * Genie * Woman Genie * Man Genie * Zombie * Woman Zombie * Man Zombie * Person in Steamy Room * Woman in Steamy Room * Man in Steamy Room * Person Climbing * Woman Climbing * Man Climbing * Person in Lotus Position * Woman in Lotus Position * Man in Lotus Position * Love-You Gesture * Palms Up Together * Brain * Orange Heart * Scarf * Gloves * Coat * Socks * Billed Cap * Zebra * Giraffe * Hedgehog * Sauropod * T-Rex * Cricket * Coconut * Broccoli * Pretzel * Cut of Meat * Sandwich * Bowl With Spoon * Canned Food * Dumpling * Fortune Cookie * Takeout Box * Pie * Cup With Straw * Chopsticks * Flying Saucer * Sled * Curling Stone * Flag for England * Flag for Scotland * Flag for Wales ### Modified * Index Pointing Up * Person Facepalming * Man in Business Suit Levitating * Person Getting Massage * Hamburger * Ogre * Full Moon With Face * New Moon Face * First Quarter Moon With Face * Last Quarter Moon With Face * Japanese "vacancy" button
2017-05-23 21:10:35 +00:00
<a href="https://twitter.com/intent/tweet?button_hashtag=TwemojiParty&text=thank%20you%20Twitter%20for%20the%20emoji" class="twitter-hashtag-button" data-size="large" data-related="twitteross" data-url="http://twitter.github.io/twemoji/">Tweet #TwemojiParty</a>
2014-11-06 22:59:44 +00:00
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</p>
<blockquote class="twitter-tweet" lang="en" align="center"><p>today we are open sourcing our emoji to share with everyone <a href="https://twitter.com/hashtag/twemojiparty?src=hash">#twemojiparty</a>          ✨ <a href="https://t.co/zkXqMXEkOT">https://t.co/zkXqMXEkOT</a></p>&mdash; Twitter Open Source (@TwitterOSS) <a href="https://twitter.com/TwitterOSS/status/530496382885720064">November 6, 2014</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<p>Code licensed under MIT. Graphics licensed under CC-BY</p>
Twemoji 12.0 update Adds support for the new emojis included in Unicode 12.0/Emoji 12.0. Additions to Twemoji with this release include: * Yawning Face * Brown Heart * White Heart * Pinching Hand * Mechanical Arm * Mechanical Leg * Ear With Hearing Aid * Deaf Person * Deaf Man * Deaf Woman * Person Standing * Man Standing * Woman Standing * Person Kneeling * Man Kneeling * Woman Kneeling * Man With Probing Cane * Woman With Probing Cane * Man in Motorized Wheelchair * Woman in Motorized Wheelchair * Man in Manual Wheelchair * Woman in Manual Wheelchair * People Holding Hands (skin tone combinations) * Women Holding Hands (skin tone combinations) * Woman and Man Holding Hands (skin tone combinations) * Men Holding Hands (skin tone combinations) * Orangutan * Guide Dog * Service Dog * Sloth * Otter * Skunk * Flamingo * Garlic * Onion * Waffle * Falafel * Butter * Oyster * Beverage Box * Maté * Ice Cube * Hindu Temple * Manual Wheelchair * Motorized Wheelchair * Auto Rickshaw * Parachute * Ringed Planet * Diving Mask * Yo-Yo * Kite * Safety Vest * Sari * One-Piece Swimsuit * Briefs * Shorts * Ballet Shoes * Banjo * Diya Lamp * Axe * Probing Cane * Drop of Blood * Adhesive Bandage * Stethoscope * Chair * Razor * Orange Circle * Yellow Circle * Green Circle * Purple Circle * Brown Circle * Red Square * Orange Square * Yellow Square * Green Square * Blue Square * Purple Square * Brown Square Plus an additional tweak to the guitar to make it actually a guitar and not a bass guitar.
2019-04-04 22:42:48 +00:00
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?12.0.0"></script>
<script>
// I \u2764 emoji!
2016-03-01 18:25:41 +00:00
twemoji.parse(document.body);
</script>
</body>
</html>