or provide the UTF-8 hexadecimal values (rather than code points at used above), using numeric escape sequence. However, in this case do NOT use the “u8” unicode string literal!!
That solves the issue. Seems I was a bit careless when I wrote that bit.
I am aware of the tool in Projucer, I think I just copied the unicode from some internet chart without thinking.
Your link helps a lot to get a better understanding for unicodes in source files, many thanks for that.
TIL about juce::String::fromUTF8()! I always use juce::CharPointer_UTF8{} copied from the Projucer tool - @anthony-nicholls could that tool be updated to use fromUTF8()?