UTF-8 Places Emoji

Last Updated : 29 May, 2026

Place emojis are visual symbols that represent locations, landmarks, buildings, and natural features. They are commonly used to indicate places, destinations, travel, and geographic locations in digital communication.

  • Represent landmarks, buildings, natural features, and destinations.
  • Useful for discussing locations, travel plans, and places of interest.
  • Can be added to HTML using hexadecimal, decimal UTF-8, or HTML entity codes.

Implementing Place 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>๏ธ Cityscape Emoji - &#x1F3D9; - &#127969;</p>
    <p>๏ธ Desert Island Emoji - &#x1F3DD; - &#127965;</p>
    <p> Castle Emoji - &#x1F3F0; - &#127984;</p>

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


<!--Driver Code Ends-->
  • The HTML code uses hexadecimal (&#x1F3D9;) and decimal (&#127969;) entity codes to display place 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.

Hereโ€™s a list of commonly used emojis for places, along with their Unicode hash codes and HTML entities:

City & Buildings

Here are some City & Buildings emojis, along with their HTML entities and decimal codes:

EmojiNameUnicodeHTML EntityDecimal Code
๐Ÿ™๏ธCityscapeU+1F3D9&#x1F3D9;&#127969;
๐ŸŒ†City at DuskU+1F306&#x1F306;&#127750;
๐Ÿ HouseU+1F3E0&#x1F3E0;&#127968;
๐ŸกHouse with GardenU+1F3E1&#x1F3E1;&#127969;
๐ŸขOffice BuildingU+1F3E2&#x1F3E2;&#127970;
๐ŸฌDepartment StoreU+1F3EC&#x1F3EC;&#127980;
๐ŸญFactoryU+1F3ED&#x1F3ED;&#127981;
๐Ÿ—๏ธConstruction SiteU+1F3D7&#x1F3D7;&#127959;
๐Ÿš๏ธDerelict HouseU+1F3DA&#x1F3DA;&#127962;
๐ŸขHospitalU+1F3E5&#x1F3E5;&#127973;

Nature & Landscapes

Here are some Nature & Landscapes emojis, along with their HTML entities and decimal codes:

EmojiNameUnicodeHTML EntityDecimal Code
๐Ÿ”๏ธSnow-Capped MountainU+1F3D4&#x1F3D4;&#127956;
๐ŸŒ‹VolcanoU+1F30B&#x1F30B;&#127755;
๐Ÿœ๏ธDesertU+1F3DC&#x1F3DC;&#127964;
๐Ÿ๏ธDesert IslandU+1F3DD&#x1F3DD;&#127965;
๐Ÿž๏ธNational ParkU+1F3DE&#x1F3DE;&#127966;
โ›ฐ๏ธMountainU+26F0&#x26F0;&#9968;
๐ŸŒ„Sunrise Over MountainsU+1F304&#x1F304;&#127748;
๐ŸŒŠOcean WaveU+1F30A&#x1F30A;&#127754;
๐ŸŒณDeciduous TreeU+1F333&#x1F333;&#127795;
๐Ÿ‚Fallen LeavesU+1F342&#x1F342;&#127810;

Famous Landmarks

Here are some Famous Landmarks emojis, along with their HTML entities and decimal codes:

EmojiNameUnicodeHTML EntityDecimal Code
๐Ÿ—ฝStatue of LibertyU+1F5FD&#x1F5FD;&#128509;
๐Ÿ—ผTokyo TowerU+1F5FC&#x1F5FC;&#128508;
๐ŸฐCastleU+1F3F0&#x1F3F0;&#127984;
๐ŸฏJapanese CastleU+1F3EF&#x1F3EF;&#127983;
๐Ÿ›๏ธClassical BuildingU+1F3DB&#x1F3DB;&#127963;
โ›ฉ๏ธShinto ShrineU+26E9&#x26E9;&#9961;
๐Ÿ•ŒMosqueU+1F54C&#x1F54C;&#128332;
๐Ÿ•SynagogueU+1F54D&#x1F54D;&#128333;
โ›ชChurchU+26EA&#x26EA;&#9962;
๐ŸŸ๏ธStadiumU+1F3DF&#x1F3DF;&#127967;
Comment