To ensure that your emails display correctly, you need to specify the character encoding in the email's HTML header. This can be done using the <meta charset="UTF-8"> tag within the <head> section of your email's HTML. For example: <head> <meta charset="UTF-8"> </head>
Using UTF-8 is generally the best practice as it covers the widest range of characters and symbols.