Emojis are a great way to enhance your online communication. They're great for representing food, drinks, and more. Below, we provide the hexadecimal, HTML entity, and decimal UTF-8 emoji codes you can use directly in your HTML projects.
Check Out:- What is UTF-8 in HTML?
What are Food Emojis?
Food emojis are visual symbols representing various food and drink items. These small images enhance digital communication by expressing food-related ideas, emotions, and cultural contexts. They are part of the Unicode standard, which ensures consistent display across platforms.
Implementing Food Emojis in Code
HTML
<!--Driver Code Starts-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Animal Emojis</title>
</head>
<body>
<!--Driver Code Ends-->
<p>Burger Emoji - 🍔 - 🍔</p>
<p>Pizza Emoji - 🍕 - 🍕</p>
<p>Apple Emoji - 🍎 - 🍎</p>
<!--Driver Code Starts-->
</body>
</html>
<!--Driver Code Ends-->
In this Example:
- This HTML code uses hexadecimal (🍔) and decimal (🍔) entity codes to display food emojis.
- Hexadecimal codes start with
&#x and are base-16, while decimal codes are base-10 and use just &#. Both represent the same emoji character.
Popular Food Emojis
Below is a list of commonly used food emojis, categorized with their Unicode, HTML entity, and decimal codes.
Fast Food & Snacks:
Here's a list of fast food and snack emojis, ordered by HTML entities, decimal codes, and Unicode:
| Emoji | Name | Unicode | HTML Entity | Decimal Code |
|---|
| 🍔 | Burger | U+1F354 | 🍔 | 🍔 |
| 🍕 | Pizza | U+1F355 | 🍕 | 🍕 |
| 🍟 | Fries | U+1F35F | 🍟 | 🍟 |
| 🌭 | Hot Dog | U+1F32D | 🌭 | 🌭 |
| 🍿 | Popcorn | U+1F37F | 🍿 | 🍿 |
| 🥪 | Sandwich | U+1F96A | 🥪 | 🥚 |
| 🌮 | Taco | U+1F32E | 🌮 | 🌮 |
| 🌯 | Burrito | U+1F32F | 🌯 | 🌯 |
| 🥨 | Pretzel | U+1F968 | 🥨 | 🥨 |
| 🧀 | Cheese | U+1F9C0 | 🧀 | 🧀 |
| 🍗 | Chicken Leg | U+1F357 | 🍗 | 🍗 |
| 🍖 | Meat | U+1F356 | 🍖 | 🍖 |
| 🥩 | Steak | U+1F969 | 🥩 | 🥩 |
| 🌰 | Chestnut | U+1F330 | 🌰 | 🌰 |
| 🍨 | Ice Cream | U+1F368 | 🍨 | 🍨 |
| 🍧 | Shaved Ice | U+1F367 | 🍧 | 🍧 |
| 🍰 | Cake | U+1F370 | 🍰 | 🍰 |
| 🍪 | Cookie | U+1F36A | 🍪 | 🍪 |
| 🍫 | Chocolate | U+1F36B | 🍫 | 🍫 |
| 🍬 | Candy | U+1F36C | 🍬 | 🍬 |
Drinks:
Here's a list of drink symbols, along with their HTML entities, decimal codes, and Unicode:
| Emoji | Name | Unicode | HTML Entity | Decimal Code |
|---|
| ☕ | Coffee | U+2615 | ☕ | ☕ |
| 🍵 | Tea | U+1F375 | 🍵 | 🍵 |
| 🥤 | Soft Drink | U+1F964 | 🥤 | 🥤 |
| 🍺 | Beer | U+1F37A | 🍺 | 🍺 |
| 🍷 | Wine | U+1F377 | 🍷 | 🍷 |
| 🥛 | Milk | U+1F95B | 🥛 | 🥛 |
| 🍹 | Cocktail | U+1F379 | 🍹 | 🍹 |
| 🍶 | Sake | U+1F376 | 🍶 | 🍶 |
| 🧃 | Juice | U+1F9C3 | 🧃 | 🧃 |
| 🧉 | Mate | U+1F9C9 | 🧉 | 🧉 |
Fruits & Vegetables:
Here's a list of fruits and vegetables emojis, in order of HTML Entity, Decimal Code and Unicode :
| Emoji | Name | Unicode | HTML Entity | Decimal Code |
|---|
| 🍎 | Apple | U+1F34E | 🍎 | 🍎 |
| 🍌 | Banana | U+1F34C | 🍌 | 🍌 |
| 🍇 | Grapes | U+1F347 | 🍇 | 🍇 |
| 🍉 | Watermelon | U+1F349 | 🍉 | 🍉 |
| 🥕 | Carrot | U+1F955 | 🥕 | 🥕 |
| 🍓 | Strawberry | U+1F353 | 🍓 | 🍓 |
| 🍍 | Pineapple | U+1F34D | 🍍 | 🍍 |
| 🥑 | Avocado | U+1F951 | 🥑 | 🥑 |
| 🥦 | Broccoli | U+1F966 | 🥦 | 🥦 |
| 🥒 | Cucumber | U+1F952 | 🥒 | 🥒 |
Conclusion
UTF-8 food emojis are a great way to express yourself in HTML. Whether you're casually chatting or posting on social media, these emojis offer a playful and engaging way to share your food experiences and preferences.
Explore
HTML Basics
Structure & Elements
Lists
Visuals & Media
Layouts & Designs
Projects & Advanced Topics
Tutorial References