0
How to type â€âĄâ⧠in the code? What do I need to import?
2 Answers
+ 2
White Spade: U+2664
White Heart: U+2661
White Diamond: U+2662
White Club: U+2667
Above is the Unicode for the symbols.
To type them straight into the code (HTML I assume), add:
<meta charset="UTF-8" /> within the <head> of the document.
Hope this helps.
0
Use the UTF-8 Font?