Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What Unicode symbol represents a person?

Does there exist a Unicode symbol that represents a person? I would expect something like this:

pictogram of a stick figure

I need a short way to represent a price per person, such as โ€œ25โ‚ฌ/personโ€, but with the word โ€œpersonโ€ replaced with a Unicode character for a person. The benefit will be that the picture isnโ€™t tied to the English language.

like image 343
jbaylina Avatar asked Oct 21 '15 07:10

jbaylina


People also ask

What is Unicode of a character?

Unicode is an international character encoding standard that provides a unique number for every character across languages and scripts, making almost all characters accessible across platforms, programs, and devices.

How do you write a character in Unicode?

Inserting Unicode characters To insert a Unicode character, type the character code, press ALT, and then press X. For example, to type a dollar symbol ($), type 0024, press ALT, and then press X. For more Unicode character codes, see Unicode character code charts by script.

What does u+ mean in Unicode?

The "U+" notation is useful. It gives a way of marking hexadecimal digits as being Unicode code points, instead of octets, or unrestricted 16-bit quantities, or characters in other encodings. It works well in running text. The "U" suggests "Unicode".

What is the symbol that looks like an I?

ร, lowercase รฏ, is a symbol used in various languages written with the Latin alphabet; it can be read as the letter I with diaeresis or I-umlaut.


2 Answers

Just think of the Emoji block of Unicode. Perhaps the man ๐Ÿ‘จ at U+1F468 or the woman ๐Ÿ‘ฉ at U+1F469 will suffice, but there are also children, older people, etc. Hereโ€™s a list of Emoji People. It still depends on your actual use-case.

If other exotics are no issue, take a look at Egyptian Hieroglyphs. There are lots of human pictograms, like ๐“€  at U+13020 and many others. Another generic (even gender-neutral) pictogram might be the symbol for menโ€™s restrooms ๐Ÿšน at U+1F6B9, but a charge for restroom use is not desirable. Thereโ€™s still more, like the pedestrian ๐Ÿšถ at U+1F6B6 or the bust in silhouette ๐Ÿ‘ค at U+1F464.

As comprehensive, yet extensible list:

  • ๐Ÿ‘ค U+1F464 BUST IN SILHOUETTE (Block Miscellaneous Symbols and Pictographs)
  • ๐Ÿ‘จ U+1F468 MAN (Block Miscellaneous Symbols and Pictographs)
  • ๐Ÿšน U+1F6B9 MENS SYMBOL (Block Transport and Map Symbols)
  • ๐Ÿšถ U+1F6B6 PEDESTRIAN (Block Transport and Map Symbols)
  • ์›ƒ U+C6C3 HANGUL SYLLABLE US (Block Hangul Syllables)
  • ๊†œ U+A19C YI SYLLABLE HLIE (Block Yi Syllables)
  • แŒฐ U+1330 ETHIOPIC SYLLABLE PHA (Block Ethiopic)
  • ๐“€  U+13020 EGYPTIAN HIEROGLYPH A028 (Block Egyptian Hieroglyphs)

(Use Ctrl++ or off-site styling to distinguish details.)

Depending on platform, the characters might be rendered surprisingly unresembling:

Screenshots of the โ€œpersonโ€ pictographs above on different platforms.

like image 68
dakab Avatar answered Nov 09 '22 19:11

dakab


This Korean character U+c6c3 HANGUL SYLLABLE US, looks a bit like your stick figure:

์›ƒ

Since it's Korean for "smiling", you just may have to watch out for Koreans getting offended that they're being charged for what should, after all, be common courtesy on your part :-)


์›ƒ, UTF-16: C6 C3
์›ƒ, UTF-8: EC 9B 83

like image 39
paxdiablo Avatar answered Nov 09 '22 19:11

paxdiablo