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