I was bored, so I tried to create a program that writes the Look of Disapproval emoticon (face ಠ_ಠ) by pressing ctrl + shift + L. Now everything works, except for the underline, which is in the emoticon, which will not be written at all.
This is what I used first:
SendKeys.Send("ಠ_ಠ");
I tried different things, like adding {} brackets around the underscore, and of course, I was looking for this too.
Is there a way to get an underline message to send?
Thanks in advance.
source share