UTF-8 Plant Emojis

Last Updated : 29 May, 2026

Plant emojis are visual symbols that represent various plants, trees, flowers, and greenery. They are commonly used to express nature, growth, seasons, and environmental themes in digital communication.

  • Represent different types of plants, trees, flowers, and greenery.
  • Useful for conveying nature, growth, and seasonal themes.
  • Can be added to HTML using hexadecimal, decimal UTF-8, or HTML entity codes.

Implementing Plant Emojis

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-->
  • 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.

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;
Comment