Here's a great Unicode utility -- just type in characters that _look like_ what you're looking for and you'll get the Unicode, HTML, etc.
http://leftlogic.com/lounge/articles/entity-lookup/ Regards, etc... David On 8/1/07, Arnar Birgisson <[EMAIL PROTECTED]> wrote: > > On 8/1/07, SanderElias <[EMAIL PROTECTED]> wrote: > > > You will have to use the unicode escape sequence, like this: > > > var newDiv = DIV(null,"\u20ac 11,-") > > > document.appendChild(newDiv) > > Aha! well, it looks like I need to finds a unicode escape table! > > For this particular case I just googled for "euro symbol unicode". > Didn't even have to click anything since the code was displayed in the > search results :o) > > Otherwise, this is the official reference: http://www.unicode.org/charts/ > > Arnar > > > > -- David Janes Founder, BlogMatrix http://www.blogmatrix.com http://blogmatrix.blogmatrix.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---
