Skip to content
Prev 243970 / 398506 Next

"less than or equal to" glyph

If i insert \u2264 inside the text, like this

lsd_label <- "LSD (P \u2264 0.05) = "

the result is

"LSD (P = 0.05) = "

instead

"LSD (P ? 0.05) = "

how can i solve this problem?

Thanks.