Trending Pages
What is a COVIDIOT?
Can sounds give you brain tingles?
What is a man looking for younger girls called?
What is an "Unexplained Drinking Injury (UDI)"?
What does QQ mean?
P911 means parents are watching!
Why does <4 mean "more than love"?
What does DIAMOND HANDS mean?
Send an encrypted message.
Learn all the Snapchat emojis.
Codes for Emojis
Search Our Emoji Library
Emoji Categories
- ๐ Face Emojis
- ๐ Heart and Love Emojis
- ๐ Food Emojis
- ๐ Animal Emojis
- ๐ค Weather Emojis
- ๐ค Hand and Body Parts Emojis
- ๐ฑ Nature Emojis
- ๐ Astrology Emojis
- ๐ Astronomy Emojis
- ๐ Party and Holiday Emojis
- ๐ต Music Emojis
- ๐ Sport Emojis
- ๐ต Travel and Transport Emojis
- ๐ Building Emojis
- ๐น Sign Emojis
- ๐ด Shapes and Shades Emojis
- ๐ข Clothing and Accessories Emojis
- ๐ช Family Emojis
- ๐ง Fantasy Emojis
- ๐ต Money Emojis
- ๐ค Technology Emojis
- ๐ Security Emojis
- ๐ง Tool Emojis
- ๐ Time Emojis
- ๐ฉ Miscellaneous Emojis
- ๐ Eight Ways to Insert an Emoji

Create an Image
Tip: For WhatsApp, use an image larger than 200x200 to avoid blurring.
Click to resize the image.
Face Emojis
Heart and Love Emojis
Food Emojis
Animal Emojis
Weather Emojis
Hand and Body Parts Emojis
Nature Emojis
Astrology Emojis
Astronomy Emojis
Party and Holiday Emojis
Music Emojis
Sport Emojis
Travel and Transport Emojis
Building Emojis
Sign Emojis
Shapes & Shades Emojis
Clothing and Accessories Emojis
Family Emojis
Fantasy Emojis
Money Emojis
Technology Emojis
Security Emojis
Tool Emojis
Time Emojis
Miscellaneous Emojis
Eight Ways to Insert an Emoji
Inserting an emoji into your document is probably as easy at cut and paste. However, if you're a programmer or you cannot find the emoji you're looking for, then some of the methods below will help. Let's use the 🥑 avocado emoji for our examples, and let's start with the easy methods.(Method 1) Copy and Paste the Emoji.
Highlight the 🥑 emoji, right click, and select copy. Now, place your cursor where you want the 🥑, right click, select paste. Done. We have provided a copy button to save you a bit of time. For example:(Method 2) Use the "Alt Code."
The Alt Code for 🥑 is Alt 129361. If you have a keyboard with a numeric pad, you can use this method. Simply hold down the Alt Key and type 129361. When you lift the Alt Key, 🥑 appears. ("Num Lock" must be on.)(Method 3) Use the HTML Decimal Code (for webpages).
HTML Text | Output |
---|---|
🥑 | 🥑 |
(Method 4) Use the HTML Entity Code (for webpages).
HTML Text | Output |
---|---|
We do not have the HTML entity code for this emoji because there probably isn't one. If you think there is one, please tell us using the form at the bottom of the page. | none |
(Method 5) Use the CSS Code (for webpages).
CSS and HTML Text | Output |
---|---|
<style> span:after { content: "\1F951";} </style> <span>Symbol:</span> | Symbol: 🥑 |
(Method 6) Use the HTML Hex Code (for webpages).
HTML Text | Output |
---|---|
🥑 | 🥑 |
(Method 7) Use the Unicode (for various, e.g. Microsoft Office, JavaScript, Perl).
The Unicode for 🥑 is U+1F951. The important part is the hexadecimal number after the U+, which is used in various formats. For example, in Microsoft Office applications (e.g. Word, PowerPoint), do the following:Type | Output |
---|---|
1F951 [Hold down Alt] [Press x] | 🥑 (Note that you can omit any leading zeros.) |
JavaScript Text | Output |
---|---|
let str = "\uD83E\uDD51" document.write("My symbol: " + str) | My symbol: 🥑 |
(Method 8) Use the Hex Code for HTML 5 Canvas.
On the assumption that you already have your canvas and the context set up, use the Hex code in the format 0x1F951 with fromCodePoint() to place the 🥑 emoji on your canvas. For example:JavaScript Text |
---|
const x = "0x"+"1F951" ctx.fillText(String.fromCodePoint(x), 5, 5); |
Output |
🥑 |
Help Us Improve Cyber Definitions
- Do you disagree with something on this page?
- Did you spot a typo?
- Do you know a slang term that we've missed?