11

I just received an email ending like this:

是非是非また誘って

How to read the ?
Zero results on Google.

As for the meaning, is it equivalent to ?

Andrew Grimm
  • 16,067
  • 14
  • 70
  • 179
Nicolas Raoul
  • 8,590
  • 3
  • 27
  • 76

2 Answers2

22

It's mojibake, not a valid character. Looking at the character code I suppose it's this emoji sent from a mobile phone:

emoji

http://code.iamcal.com/php/emoji/

deceze
  • 5,635
  • 29
  • 41
14

The character you presented is U+E4FB. According to the Unicode standard, it is in the "private use area", which means a software or hardware vendor can define what the character means on their own system. Such a character has no universally accepted meaning.

Reference: Wikipedia - Mapping of Unicode characters - Private use characters

"The Basic Multilingual Plane includes a PUA in the range from U+E000 to U+F8FF (6,400)."

Nayuki
  • 324
  • 2
  • 10