Xcode console colours iostream

I am wondering if it is possible to use colours in the xcode console when using C++ std::cout.

As an example output std::cout << "Hello World!" << std::endl;

Where Hello World! is colourised?

Ttry adding some ASCII colour escape codes and see if they work. I doubt they will.

Xcode console colours iostream
 
 
Q