I'm currently programming a little card game in C++, and I would like to use the Unicode characters for the card symbols, but I also wish to support consoles that can't display them.
Is there any way to check if the console and font can display certain Unicode characters without asking the user ?