Open In App

UTF-8 Food Emojis

Last Updated : 23 Jul, 2025
Comments
Improve
Suggest changes
4 Likes
Like
Report

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 - &#x1F354; - &#127828;</p>
    <p>Pizza Emoji - &#x1F355; - &#127829;</p>
    <p>Apple Emoji - &#x1F34E; - &#127822;</p>

<!--Driver Code Starts-->
</body>
</html>



<!--Driver Code Ends-->

In this Example:

  • This HTML code uses hexadecimal (&#x1F354) and decimal (&#127828) 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:

EmojiNameUnicodeHTML EntityDecimal Code
🍔BurgerU+1F354&#x1F354;&#127828;
🍕PizzaU+1F355&#x1F355;&#127829;
🍟FriesU+1F35F&#x1F35F;&#127839;
🌭Hot DogU+1F32D&#x1F32D;&#127789;
🍿PopcornU+1F37F&#x1F37F;&#127871;
🥪SandwichU+1F96A&#x1F96A;&#129370;
🌮TacoU+1F32E&#x1F32E;&#127790;
🌯BurritoU+1F32F&#x1F32F;&#127791;
🥨PretzelU+1F968&#x1F968;&#129384;
🧀CheeseU+1F9C0&#x1F9C0;&#129472;
🍗Chicken LegU+1F357&#x1F357;&#127831;
🍖MeatU+1F356&#x1F356;&#127830;
🥩SteakU+1F969&#x1F969;&#129385;
🌰ChestnutU+1F330&#x1F330;&#127792;
🍨Ice CreamU+1F368&#x1F368;&#127848;
🍧Shaved IceU+1F367&#x1F367;&#127847;
🍰CakeU+1F370&#x1F370;&#127856;
🍪CookieU+1F36A&#x1F36A;&#127850;
🍫ChocolateU+1F36B&#x1F36B;&#127851;
🍬CandyU+1F36C&#x1F36C;&#127852;

Drinks:

Here's a list of drink symbols, along with their HTML entities, decimal codes, and Unicode:

EmojiNameUnicodeHTML EntityDecimal Code
CoffeeU+2615&#x2615;&#9749;
🍵TeaU+1F375&#x1F375;&#127861;
🥤Soft DrinkU+1F964&#x1F964;&#129380;
🍺BeerU+1F37A&#x1F37A;&#127866;
🍷WineU+1F377&#x1F377;&#127863;
🥛MilkU+1F95B&#x1F95B;&#129371;
🍹CocktailU+1F379&#x1F379;&#127865;
🍶SakeU+1F376&#x1F376;&#127862;
🧃JuiceU+1F9C3&#x1F9C3;&#129475;
🧉MateU+1F9C9&#x1F9C9;&#129481;

Fruits & Vegetables:

Here's a list of fruits and vegetables emojis, in order of HTML Entity, Decimal Code and Unicode :

EmojiNameUnicodeHTML EntityDecimal Code
🍎AppleU+1F34E&#x1F34E;&#127822;
🍌BananaU+1F34C&#x1F34C;&#127820;
🍇GrapesU+1F347&#x1F347;&#127815;
🍉WatermelonU+1F349&#x1F349;&#127817;
🥕CarrotU+1F955&#x1F955;&#129365;
🍓StrawberryU+1F353&#x1F353;&#127827;
🍍PineappleU+1F34D&#x1F34D;&#127821;
🥑AvocadoU+1F951&#x1F951;&#129361;
🥦BroccoliU+1F966&#x1F966;&#129382;
🥒CucumberU+1F952&#x1F952;&#129362;

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.


Article Tags :

Explore