Miscellaneous topics that do not fit into specific categories.
Hi, seems to be your keyboard has changed. Press Windows Key + Spacebar
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Why is the £ symbol showing as ? on recipients message?
Moderator note: thread updated with version of Outlook (classic Outlook for Windows)
Miscellaneous topics that do not fit into specific categories.
Hi, seems to be your keyboard has changed. Press Windows Key + Spacebar
Hello, thanks for your response! Unfortunately we have to use a particular font as part of our company branding. We are using Outlook Classic on a PC.
If you temporarily change the font, does that work around the problem? If it does, you may fix the problem permanently by installing an updated version of your company font.
Try composing e-mail messages in a different font, and see if that makes a difference.
By the way, which e-mail program are you using? Outlook classic on a PC? The new Outlook? Or something else?
Hi Ria,
It looks like the £ symbol is displaying correctly on your side, so the issue is actually with the recipient’s system. When they see a question mark instead of the £ symbol, it usually means their email client or messaging app is not using an encoding that supports special characters.
To fix this, the recipient should make sure their application or device is set to UTF-8 encoding, which supports the £ symbol and other special characters. Once that is set, the symbol should display correctly for them.
The issue of the £ symbol displaying as a question mark (?) in recipients' messages typically arises from character encoding problems. This can occur when the email client or server does not properly handle non-ASCII characters, such as the pound sign.
One common cause is that the mail client application may be using a legacy version of the Microsoft .NET Framework, which does not correctly handle non-ASCII characters in the subject line or body of the email. If the email is sent using the System.Net.Mail.SmtpClient class, it may send raw UTF-8 bytes instead of using the standard header encoding, leading to garbled characters.
To resolve this, ensure that the email client is updated to a version that properly supports UTF-8 encoding and check the encoding settings for the messages being sent. Additionally, adjusting the character sets used in messages can help prevent this issue from occurring in the future.