0

I have a text in the database with the symbol "➜". When I display it on the web page, I get a "?" instead. Can someone help me?

Best regards

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
  • 1
    Check your end-to-end encoding. Protip: use a known emoji character. – Dai Oct 21 '22 at 09:59
  • To elaborate on Dai's comment: What is the datatype of that column (should be `nvarchar` or possibly `nchar`)? Are you treating that value anywhere as "plain ASCII" (you shouldn't)? What is the charset of that webpage (should probably be `utf-8`) – Hans Kesting Oct 21 '22 at 10:18

0 Answers0