Open In App

UTF-8 Plant Emojis

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

Emojis enhance your online communication by adding visual expression to your messages. 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 Plant Emojis?

Plant emojis represent different types of plants, trees, and flowers that you can use in texts and online. They help convey nature, seasons, emotions, and even symbolic meanings associated with various plants.

Implementing Plant 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> Herb Emoji - &#x1F33F; - &#127807;</p>
    <p> Ear of Rice Emoji - &#x1F33E; - &#127806;</p>
    <p> Palm Tree Emoji - &#x1F334; - &#127796;</p>

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




<!--Driver Code Ends-->

In this Example

  • This HTML code uses hexadecimal (&#x1F33F) and decimal (&#127807) entity codes to display plant 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 Plant Emojis

Below is a list of commonly used plant emojis, categorized with their Unicode, HTML entity, and decimal codes.

Flowers

Here is a list of flowers, with their HTML entities, decimal codes, and Unicode:

EmojiNameUnicodeHTML EntityDecimal Code
🌸Cherry BlossomU+1F338&#x1F338;&#127800;
đŸŒēHibiscusU+1F33A&#x1F33A;&#127802;
đŸŒŧBlossomU+1F33C&#x1F33C;&#127804;
🌷TulipU+1F337&#x1F337;&#127799;
đŸĒģLotusU+1FAB4&#x1FAB4;&#129716;
đŸŒģSunflowerU+1F33B&#x1F33B;&#127803;
đŸĩRosetteU+1F3F5&#x1F3F5;&#127989;
💐BouquetU+1F490&#x1F490;&#128144;
🌹RoseU+1F339&#x1F339;&#127801;
đŸĒˇWater LilyU+1FAB7&#x1FAB7;&#129719;
đŸŒēCamelliaU+1F33A&#x1F33A;&#127802;
đŸŒĩCactus FlowerU+1F335&#x1F335;&#127797;
đŸŒŋFernU+1F33F&#x1F33F;&#127807;
🍀CloverU+1F340&#x1F340;&#127808;
🍁Maple LeafU+1F341&#x1F341;&#127809;
🍂Fallen LeavesU+1F342&#x1F342;&#127810;
🍃Fluttering LeafU+1F343&#x1F343;&#127811;

Trees & Leaves

Here is a list of trees and leaves, with their HTML entities, decimal codes, and Unicode:

EmojiNameUnicodeHTML EntityDecimal Code
đŸŒŗDeciduous TreeU+1F333&#x1F333;&#127795;
🌴Palm TreeU+1F334&#x1F334;&#127796;
đŸŒĩCactusU+1F335&#x1F335;&#127797;
🌲Evergreen TreeU+1F332&#x1F332;&#127794;
🍀CloverU+1F340&#x1F340;&#127808;
🍁Maple LeafU+1F341&#x1F341;&#127809;
🍂Fallen LeavesU+1F342&#x1F342;&#127810;
🍃Fluttering LeafU+1F343&#x1F343;&#127811;
🌾Sheaf of RiceU+1F33E&#x1F33E;&#127806;
🎋Tanabata TreeU+1F38B&#x1F38B;&#127883;
🎍Pine DecorationU+1F38D&#x1F38D;&#127885;
🏝Desert IslandU+1F3DD&#x1F3DD;&#127965;

Vegetable

Here is a list of vegetables, with their HTML entities, decimal codes, and Unicode:

EmojiNameUnicodeHTML EntityDecimal Code
đŸĨ•CarrotU+1F955&#x1F955;&#129365;
đŸŒŊEar of CornU+1F33D&#x1F33D;&#127805;
đŸĨ”PotatoU+1F954&#x1F954;&#129364;
đŸĨ’CucumberU+1F952&#x1F952;&#129362;
đŸĨŦLeafy GreenU+1F96C&#x1F96C;&#129388;
🍆EggplantU+1F346&#x1F346;&#127814;
🧅OnionU+1F9C5&#x1F9C5;&#129477;
🧄GarlicU+1F9C4&#x1F9C4;&#129476;
đŸĨœPeanutsU+1F95C&#x1F95C;&#129372;
🌰ChestnutU+1F330&#x1F330;&#127792;
🍄MushroomU+1F344&#x1F344;&#127812;

Fruit Symbols:

Here is a list of fruits, along with their HTML entities, decimal codes, and Unicode:

EmojiNameUnicodeHTML EntityDecimal Code
🍎Red AppleU+1F34E&#x1F34E;&#127822;
🍏Green AppleU+1F34F&#x1F34F;&#127823;
🍊TangerineU+1F34A&#x1F34A;&#127818;
🍋LemonU+1F34B&#x1F34B;&#127819;
🍌BananaU+1F34C&#x1F34C;&#127820;
🍉WatermelonU+1F349&#x1F349;&#127817;
🍇GrapesU+1F347&#x1F347;&#127815;
🍓StrawberryU+1F353&#x1F353;&#127827;
🍒CherriesU+1F352&#x1F352;&#127826;
🍍PineappleU+1F34D&#x1F34D;&#127821;
đŸĨ­MangoU+1F96D&#x1F96D;&#129389;
đŸĨKiwi FruitU+1F95D&#x1F95D;&#129373;

Conclusion

UTF-8 plant emojis provide a visually appealing way to enhance digital communication. From web design to casual messaging, these emojis can add personality and convey nature-related themes in an engaging and relatable manner.


Article Tags :

Similar Reads