3 Replies - 715 Views - Last Post: 25 October 2011 - 04:55 AM Rate Topic: -----

#1 prasanna3215  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 2
  • Joined: 24-October 11

How can I display service mark symbol SM in coding in Vb.net ?

Posted 24 October 2011 - 08:36 AM

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.
Is This A Good Question/Topic? 0
  • +

Replies To: How can I display service mark symbol SM in coding in Vb.net ?

#2 DarenR  Icon User is offline

  • D.I.C Lover

Reputation: 200
  • View blog
  • Posts: 1,540
  • Joined: 12-January 10

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

Was This Post Helpful? 0
  • +
  • -

#3 prasanna3215  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 2
  • Joined: 24-October 11

Re: How can I display service mark symbol SM in coding in Vb.net ?

Posted 24 October 2011 - 10:50 PM

View PostDarenR, 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..
Was This Post Helpful? 0
  • +
  • -

#4 DarenR  Icon User is offline

  • D.I.C Lover

Reputation: 200
  • View blog
  • Posts: 1,540
  • Joined: 12-January 10

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"

Was This Post Helpful? 0
  • +
  • -

Page 1 of 1