I have a dropdown menu on my header that I use to display phone numbers for different countries and I need to put a flag on its side, but no flags are showing, only the letter representation of the flags (for example the argentinian flag looks like this 🇦🇷 but it shows the emoji for the letter A
and the letter R
) as that how flag emojis works as far as I know, how can I evade this (showing a hamburger in the second phone number just to show that emojis do indeed work on my site).
<select name="Telefonos" id="group"><option value="+543515296002">🇦🇷 +54351529600<option value="+12398105440">🍔+12398105440<option value="+12398105440">🇺🇸+12398105440</select>
this is what I've tried, either using the code or copying the emoji doesn't work, even though it does show when I am coding it.
and this is what actually renders