Been doing some digging. I was under the impression that the AutoIt {ASC} syntax allowed the sending of all Unicode characters. But's that's incorrect. All {ASC} does is send ALT followed by the numbers. e.g. {ASC 0209} = {ALTDOWN}{NUMPAD0}{NUMPAD2}{NUMPAD0}{NUMPAD9}{ALTUP} All ASC does is send an ALT code and an ALT code does not equal a Unicode "U+NNNN" code. I've found a few sites that list some ALT codes such as http://code.knopok.net/alt-codes.html But, there appears to be a way to send