Forum Moderators: open

Message Too Old, No Replies

Upside down ! Mark

         

almo136

2:20 am on Jan 3, 2009 (gmt 0)

10+ Year Member



Hi,

Does anyone know if it is possible to get an upside down exclamation mark using valid xhtml (without using an image)?

Cheers!

dcheney

2:49 am on Jan 3, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



HTML Entity (decimal)¡
HTML Entity (hex)¡
HTML Entity (named)¡
How to type in Microsoft WindowsAlt +00A1
Alt 0161
Alt 173
UTF-8 (hex)0xC2 0xA1 (c2a1)
UTF-8 (binary)11000010:10100001
UTF-16 (hex)0x00A1 (00a1)
UTF-16 (decimal)161
UTF-32 (hex)0x000000A1 (00a1)
UTF-32 (decimal)161
C/C++/Java source code"\u00A1"
Python source codeu"\u00A1"

almo136

3:30 am on Jan 3, 2009 (gmt 0)

10+ Year Member



cheers!