I want to use the symbol (u+2265):
in the y-axis label of my chart. How can I do that? Thanks.
UPDATE 01
I need to use add a >=95
in the y-axis label, showing the group of people aged more than 95, I tried expression(>=95)
but fail as it seems to expect something before >=
. What can I do?