J JNG Member Licensed User Dec 3, 2016 #1 I wanted to display Phone Symbol along with phone no on a single label. How can I do it regards jng
klaus Expert Licensed User Longtime User Dec 3, 2016 #2 With Label1.Text = Chr(9743) & " 027 234 12 23" Unicode 9742 is ☎ Unicode 9743 is ☏ You find other examples here. Upvote 0
With Label1.Text = Chr(9743) & " 027 234 12 23" Unicode 9742 is ☎ Unicode 9743 is ☏ You find other examples here.