Various symbols

Hello,
I want to know how can we implement(by pressing key / other) following symbol which i found on internet in c++ programme code and i want to use that in my project.

sorry, i cant give source code because it shows different characters in notepad file. so i have uploded the screen shot of that particular symbols on this
link : http://postimage.org/image/byaivt2gf/

please help me because i dont know this.

Thank you
You will find them in the extended ASCII codes. I have used them here, to give you an Idea.

http://pastebin.com/3i5u4XGS
google ascii codes and you will find a ascii table.It will contain character code of it.
For typing that in notepad there are ALT CODES.Alt codes are similar to ascii codes but there are some differences.
Thank you for your reply but can you tell me how do i input that ? or what do i write to use them.
thank you for yor reply i got it how to write thnks to both of you for your reply.
for using ascii code use cout<<(char)<code>;

for direct use cout<<"<alt+code>";
num key on and in notepad.
@akshit
thank you for your reply. i got it and it worked for me.
Topic archived. No new replies allowed.