I was recently using a simple Unicode arrow (▶
) for a play button on a video which looked great, everywhere, except on iOS it was being rendered as an Emoji:
Although not terrible, it didn’t work with our design.
The fix is luckily easy, you just need to explicitly specify which variant you want:
▶︎
Thanks to this Stackoverflow post!