ch, style, pen = DecomposeConsoleChr(c)
c parameter and DecomposeConsoleChr() will return the Unicode codepoint of the
character, the styling flags and the pen that should be used to draw the character.
See MakeConsoleChr for details.
You must enable advanced console mode using EnableAdvancedConsole() before you can use this function. See EnableAdvancedConsole for details.