Forum Moderators: open
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"