I am trying to make a page which contains the symbols ✔ and ✘.
These are Unicode ✔
and ✘
respectively. And it works fine on all my browsers. However, some of my testers report having boxes instead of these symbols, and I found it is due to them not having fonts installed. Reference
My options to make it compatible seem to be restricted to:
- make the symbols images instead
- find a suitable, more compatible, symbol to use instead.
I would prefer not to use images, so I am looking for a similar symbol that doesn't require specific fonts.
I am therefore looking for advice, which symbols do not require specific fonts, as I wasn't able to find that info online. (I was unaware that these required them before)
Any alternative solutions are also welcome.