1 module emojid.travelandplaces;
2 
3 enum TravelAndPlaces {
4     // place-map
5     globeShowingEuropeAfrica = "🌍",
6     globeShowingAmericas = "🌎",
7     globeShowingAsiaAustralia = "🌏",
8     globeWithMeridians = "🌐",
9     worldMap = "🗺",
10     mapOfJapan = "🗾",
11     compass = "🧭",
12     // place-geographic
13     snowCappedMountain = "🏔",
14     mountain = "⛰",
15     volcano = "🌋",
16     mountFuji = "🗻",
17     camping = "🏕",
18     beachWithUmbrella = "🏖",
19     desert = "🏜",
20     desertIsland = "🏝",
21     nationalPark = "🏞",
22     // place-building
23     stadium = "🏟",
24     classicalBuilding = "🏛",
25     buildingConstruction = "🏗",
26     brick = "🧱",
27     houses = "🏘",
28     derelictHouse = "🏚",
29     house = "🏠",
30     houseWithGarden = "🏡",
31     officeBuilding = "🏢",
32     japanesePostOffice = "🏣",
33     postOffice = "🏤",
34     hospital = "🏥",
35     bank = "🏦",
36     hotel = "🏨",
37     loveHotel = "🏩",
38     convenienceStore = "🏪",
39     school = "🏫",
40     departmentStore = "🏬",
41     factory = "🏭",
42     japaneseCastle = "🏯",
43     castle = "🏰",
44     wedding = "💒",
45     tokyoTower = "🗼",
46     statueOfLiberty = "🗽",
47     // place-religious
48     church = "⛪",
49     mosque = "🕌",
50     synagogue = "🕍",
51     shintoShrine = "⛩",
52     kaaba = "🕋",
53     // place-other
54     fountain = "⛲",
55     tent = "⛺",
56     foggy = "🌁",
57     nightWithStars = "🌃",
58     cityscape = "🏙",
59     sunriseOverMountains = "🌄",
60     sunrise = "🌅",
61     cityscapeAtDusk = "🌆",
62     sunset = "🌇",
63     bridgeAtNight = "🌉",
64     hotSprings = "♨",
65     milkyWay = "🌌",
66     carouselHorse = "🎠",
67     ferrisWheel = "🎡",
68     rollerCoaster = "🎢",
69     barberPole = "💈",
70     circusTent = "🎪",
71     // transport-ground
72     locomotive = "🚂",
73     railwayCar = "🚃",
74     highSpeedTrain = "🚄",
75     bulletTrain = "🚅",
76     train = "🚆",
77     metro = "🚇",
78     lightRail = "🚈",
79     station = "🚉",
80     tram = "🚊",
81     monorail = "🚝",
82     mountainRailway = "🚞",
83     tramCar = "🚋",
84     bus = "🚌",
85     oncomingBus = "🚍",
86     trolleybus = "🚎",
87     minibus = "🚐",
88     ambulance = "🚑",
89     fireEngine = "🚒",
90     policeCar = "🚓",
91     oncomingPoliceCar = "🚔",
92     taxi = "🚕",
93     oncomingTaxi = "🚖",
94     automobile = "🚗",
95     oncomingAutomobile = "🚘",
96     sportUtilityVehicle = "🚙",
97     deliveryTruck = "🚚",
98     articulatedLorry = "🚛",
99     tractor = "🚜",
100     racingCar = "🏎",
101     motorcycle = "🏍",
102     motorScooter = "🛵",
103     bicycle = "🚲",
104     kickScooter = "🛴",
105     skateboard = "🛹",
106     busStop = "🚏",
107     motorway = "🛣",
108     railwayTrack = "🛤",
109     oilDrum = "🛢",
110     fuelPump = "⛽",
111     policeCarLight = "🚨",
112     horizontalTrafficLight = "🚥",
113     verticalTrafficLight = "🚦",
114     stopSign = "🛑",
115     construction = "🚧",
116     // transport-water
117     anchor = "⚓",
118     sailboat = "⛵",
119     canoe = "🛶",
120     speedboat = "🚤",
121     passengerShip = "🛳",
122     ferry = "⛴",
123     motorBoat = "🛥",
124     ship = "🚢",
125     // transport-air
126     airplane = "✈",
127     smallAirplane = "🛩",
128     airplaneDeparture = "🛫",
129     airplaneArrival = "🛬",
130     seat = "💺",
131     helicopter = "🚁",
132     suspensionRailway = "🚟",
133     mountainCableway = "🚠",
134     aerialTramway = "🚡",
135     satellite = "🛰",
136     rocket = "🚀",
137     flyingSaucer = "🛸",
138     // hotel
139     bellhopBell = "🛎",
140     luggage = "🧳",
141     // time
142     hourglassDone = "⌛",
143     hourglassNotDone = "⏳",
144     watch = "⌚",
145     alarmClock = "⏰",
146     stopwatch = "⏱",
147     timerClock = "⏲",
148     mantelpieceClock = "🕰",
149     twelveOClock = "🕛",
150     twelveThirty = "🕧",
151     oneOClock = "🕐",
152     oneThirty = "🕜",
153     twoOClock = "🕑",
154     twoThirty = "🕝",
155     threeOClock = "🕒",
156     threeThirty = "🕞",
157     fourOClock = "🕓",
158     fourThirty = "🕟",
159     fiveOClock = "🕔",
160     fiveThirty = "🕠",
161     sixOClock = "🕕",
162     sixThirty = "🕡",
163     sevenOClock = "🕖",
164     sevenThirty = "🕢",
165     eightOClock = "🕗",
166     eightThirty = "🕣",
167     nineOClock = "🕘",
168     nineThirty = "🕤",
169     tenOClock = "🕙",
170     tenThirty = "🕥",
171     elevenOClock = "🕚",
172     elevenThirty = "🕦",
173     // sky and weather
174     newMoon = "🌑",
175     waxingCrescentMoon = "🌒",
176     firstQuarterMoon = "🌓",
177     waxingGibbousMoon = "🌔",
178     fullMoon = "🌕",
179     waningGibbousMoon = "🌖",
180     lastQuarterMoon = "🌗",
181     waningCrescentMoon = "🌘",
182     crescentMoon = "🌙",
183     newMoonFace = "🌚",
184     firstQuarterMoonFace = "🌛",
185     lastQuarterMoonFace = "🌜",
186     thermometer = "🌡",
187     sun = "☀",
188     fullMoonFace = "🌝",
189     sunWithFace = "🌞",
190     star = "⭐",
191     glowingStar = "🌟",
192     shootingStar = "🌠",
193     cloud = "☁",
194     sunBehindCloud = "⛅",
195     cloudWithLightningAndRain = "⛈",
196     sunBehindSmallCloud = "🌤",
197     sunBehindLargeCloud = "🌥",
198     sunBehindRainCloud = "🌦",
199     cloudWithRain = "🌧",
200     cloudWithSnow = "🌨",
201     cloudWithLightning = "🌩",
202     tornado = "🌪",
203     fog = "🌫",
204     windFace = "🌬",
205     cyclone = "🌀",
206     rainbow = "🌈",
207     closedUmbrella = "🌂",
208     umbrella = "☂",
209     umbrellaWithRainDrops = "☔",
210     umbrellaOnGround = "⛱",
211     highVoltage = "⚡",
212     snowflake = "❄",
213     snowman = "☃",
214     snowmanWithoutSnow = "⛄",
215     comet = "☄",
216     fire = "🔥",
217     droplet = "💧",
218     waterWave = "🌊",
219 }