Hoping someone knows what's going on here as I am not finding any relevant searches. I am coding an email which includes some bullet symbols in the footer as separators. My code looks something like:
Privacy Policy • Terms and Conditions
Which should display as:
Privacy Policy • Terms and Conditions
This works fine in every test environment on Email on Acid except for ALL iOS devices, which display it as a yen symbol like so:
Privacy Policy ¥ Terms and Conditions
I can't figure out what's going on here! Anyone know how I can work around this without inadvisably having to code my own bullets?
I've also tried using •
instead of •
and I get the same issue.