How can I display service mark symbol SM in coding.
I tried ChrW(8480) but it does work will other browser except IE 8.
Plz let me know this.
Any effort would be appreciated.
3 Replies - 715 Views - Last Post: 25 October 2011 - 04:55 AM
#1
How can I display service mark symbol SM in coding in Vb.net ?
Posted 24 October 2011 - 08:36 AM
Replies To: How can I display service mark symbol SM in coding in Vb.net ?
#2
Re: How can I display service mark symbol SM in coding in Vb.net ?
Posted 24 October 2011 - 08:40 AM
The character is mapped in Unicode as U+2120 ℠ service mark (HTML: #8480; )& goes before # I think that code you placed is for html is desgniated above...My linkhttp://en.wikipedia.org/wiki/Service_mark_symbol
This post has been edited by DarenR: 24 October 2011 - 08:42 AM
#3
Re: How can I display service mark symbol SM in coding in Vb.net ?
Posted 24 October 2011 - 10:50 PM
DarenR, on 24 October 2011 - 08:40 AM, said:
The character is mapped in Unicode as U+2120 ℠ service mark (HTML: #8480; )& goes before # I think that code you placed is for html is desgniated above...My linkhttp://en.wikipedia.org/wiki/Service_mark_symbol
But how can I write it programatically..
#4
Re: How can I display service mark symbol SM in coding in Vb.net ?
Posted 25 October 2011 - 04:55 AM
try this combo which works for c/c++ and java
"\u2120"
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote




|