RE: superscript decimal character

From: Tex Texin (textexin@xencraft.com)
Date: Sat Oct 17 2009 - 19:15:46 CDT

  • Next message: John Burger: "Re: Twitter started supporting emoji in Japan"

    Change the font to be superscript.
     
    From: unicode-bounce@unicode.org [mailto:unicode-bounce@unicode.org] On
    Behalf Of Adam Bruss
    Sent: Saturday, October 17, 2009 10:56 AM
    To: Michael D'Errico
    Cc: unicode@unicode.org
    Subject: RE: superscript decimal character
     
    I'm doing this in a Windows Forms Datagridview control. The cells in this
    control display in basic text. It's for showing a list of variables and
    their expressions.
     
      _____

    From: Michael D'Errico [mailto:mike-list@pobox.com]
    Sent: Sat 10/17/2009 10:28 AM
    To: Adam Bruss
    Subject: Re: superscript decimal character
    There is no superscript decimal point in Unicode 5.0. To find all of
    the superscript characters, you can search for "<super>" in the file
    UnicodeData.txt.

    The preferred way to do what you want is to use HTML, such as:

        x<sup>0.5</sup>

    or possibly using CSS.

    Mike

    ----
    http://mikestoolbox.com <http://mikestoolbox.com/> 
    Adam Bruss wrote:
    > Hello and thanks for unicode,
    >
    > Is there a superscript decimal point character for  showing fractional
    > exponents as real numbers?
    >
    > For example I'd like to show 0.5 all in superscript. I know how to get
    > the 0 and 5 superscripted but not the decimal point.
    >
    > Thanks,
    >
    > Adam Bruss
    > AWR-STAAR
    > 11520 N. Port Washington Rd., Suite 201
    > Mequon, WI 53092
    > P: 1.262.240.0291 x104
    > F: 1.262.240.0294
    > E: abruss@awrcorp.com <mailto:abruss@awrcorp.com>
    > http://www.awrcorp.com <http://www.awrcorp.com/>
    <http://www.awrcorp.com/>
    


    This archive was generated by hypermail 2.1.5 : Sat Oct 17 2009 - 19:20:11 CDT