Unicode integer to UTF8 juce::String

Anyway of performing this conversion with the JUCE functions? 

I've got a load of icons with names and unicode character numbers and I'd like to be able to create a UTF8 string containing the one character...

Yep - use String::charToString()

Ta.  That was easy.