From: Michael D'Errico (mike-list@pobox.com)
Date: Sat Oct 17 2009 - 13:17:08 CDT
Perhaps you can use a normal middle dot character (U+00B7), which might
be elevated enough to look like a superscript decimal point in the
context you're using it.
Mike
Adam Bruss wrote:
> 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 - 13:19:40 CDT