Where can i get such Icons.

 
Good day. 

I saw this icon in an EA, and I noticed under Objects it is available so I copied it and made it appear in my programs. 

//🧙 
   LabelCreate(0,"Logo",0,900,400,CORNER_RIGHT_UPPER,"🧙","Arial",190,clrGray,0.1,ANCHOR_LEFT_LOWER,true);
 

where or how does one get these icons
 
Jefferson Judge Metha:
//🧙    LabelCreate(0,"Logo",0,900,400,CORNER_RIGHT_UPPER,"🧙","Arial",190,clrGray,0.1,ANCHOR_LEFT_LOWER,true);
https://www.mql5.com/en/code/19129 or google list of unicode symbols
Unicode Character Table - Full List of Unicode Symbols (◕‿◕) SYMBL
Unicode Character Table - Full List of Unicode Symbols (◕‿◕) SYMBL
  • symbl.cc
Unicode web service for character search. Find, copy and paste your favorite characters: 😎 Emoji, ❤ Hearts, 💲 Currencies, → Arrows, ★ Stars and many others 🚩
 
Thank you Very much.