Displaying 1 result from an estimated 1 matches for "u2217".
Did you mean:
2217
2013 Jul 01
1
Male and female signs as subscript in plot
...to the plot as regular text (NOT as
subscript), e.g. with:
mtext("Male\u2642")
This displays the word "Male" followed by the male symbol on the plot.
But "\u2642" does not work when I try to put it as a subscript.
For example,
mtext(expression("Male"["\u2217"]))
successfully adds an asterisk as a subscript after the word "Male".
However,
mtext(expression("Male"["\u2642"]))
displays the word "Male" followed by a subscript of "<U+2642>", i.e. the
symbol is not displayed.
How can I make the mal...