Re: Using unicode

From: Martin J Duerst (mduerst@ifi.unizh.ch)
Date: Fri Jun 21 1996 - 06:03:25 EDT


Jason Gross wrote:

>How do I include Unicode as part of my HTML? I am trying to include a
>service mark on a web page and I know that the Unicode for this is
>U+2120. How do I use this in my web page? Thanks in advance for any
>help.

You convert U+hhhh to &#ddddd; i.e. from hexadecimal to decimal. For
your example, this would be ℠
Please note that currently there are only very few browsers that will display
this correctly, but that there is wide agreement that this is the way to go.
For details, please see draft-ietf-html-i18n-04.txt.

Regards, Martin.



This archive was generated by hypermail 2.1.2 : Tue Jul 10 2001 - 17:20:31 EDT