In Html use tag 
<sup></sup>
<sub></sub>

Regards.
D. Santhosh Babu


  ----- Original Message ----- 
  From: Hairy Dog Digital 
  To: flashcoders@chattyfig.figleaf.com 
  Sent: Friday, August 24, 2007 12:16 AM
  Subject: RE: [Flashcoders] long dash


  Here's my quick list of unicode characters for htmlText...

  string symbol
  ------      -----------------------------------
  \u2122 trademark (TM) symbol
  \u00A9 copyright (C) symbol
  \u2018 single opening (left) quote
  \u2019 single closing (right) quote 
  \u201C double opening (left) quote
  \u201D double closing (right) quote
  \u00AE registered trademark (R) symbol
  \u2013 en dash
  \u2014 em dash
  \u2022 bullet

  Whatever character you need, just make certain it is a glyph in the font you
  are using and that you specify the unicode hex value of the character using
  the format \u0000.

  ...Rob


  _______________________________________________
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to