I'm trying to plot some emojis but the gender variations that are not supported for that particular emoji are cluttering the chart. Example image.
My question is if there is some way I can prevent this behavior and instead just show the emoji without the variation. I want instead of
♀️
.
I'm working from a CSV file that has a single emoji in the format:
U+1F645 U+1F3FF U+200D U+2640 U+FE0F
What I'm doing now is simply replacing all U+
with &#x
, slapping a semicolon at the end and injecting the string into the html.