'What is unicode character of location? [closed]
I want use character for the location (like in Google Maps):
.
I want to ask if there is such a unicode character?
Solution 1:[1]
Pushpin appears to be the closest you will find. Here is one ?. They are different variants.
Solution 2:[2]
Unicode has many codepoints that represent visual symbols instead of text characters, including various arrows, but none that look exactly like what you want. The closest I can find is U+25BC Down Black Pointer
(?) or maybe you would like U+27B4 Bow Arrow
(?).
Solution 3:[3]
I like and prefere build, house, map symbols, depending on the type of location.
https://unicode-table.com/ru/1F3
Foe instance: ? ? ?
Solution 4:[4]
Since this is one of the top results for this kind of question, I'm sharing a bunch of symbols that might be used in place of a (still) missing proper waypoint character:
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
I found these here, it's one of the most complete Unicode aggregators: (although, sadly, no keyword search) https://www.vertex42.com/ExcelTips/unicode-symbols.html
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | kfbg |
Solution 2 | Remy Lebeau |
Solution 3 | CodeGust |
Solution 4 | fdsfjsjfdgfjs |