Oled gfx library

Using the statement display.println('U'); prints a U.
Using the statement display.println('UV'); prints a numeric value of 2184.

Totally confused.

What's the problem?
Did you mean "UV" ?

I was trying to print UV but the display printed a numeric value instead of a string

If you want a string, specify a string. (See reply #2)
You specified a multicharacter constant.

Can you give an example please i am not very clever.

display.println("UV");

Voila

Many thanks the problem seems to be solved and I have learnt something new.