Response.write the infinity character?

D

Dragonhunter

Hello,

I'm trying to response.write the infinity character. When I pull up
the character map it says its code is U+221E (unicode I'm assuming?)
for Times New Roman. I tried response.write(chrw("U+221E")) but it
doesnt work. Anyone know how to make it print?
 
R

Ray at

AFAIK, that hasn't been a valid character since DOS (character 236). You
could do two 0176's, although I doubt that's ideal. Or make a gif.

Post to an html group to confirm that I'm not just totally wrong though.

Ray at home
 
B

Bob Barrows

Dragonhunter said:
Hello,

I'm trying to response.write the infinity character. When I pull up
the character map it says its code is U+221E (unicode I'm assuming?)
for Times New Roman. I tried response.write(chrw("U+221E")) but it
doesnt work. Anyone know how to make it print?

Response.write "∞"

Bob Barrows
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top