HTML Entity (dec) | ᄁ |
HTML Entity (hex) | ᄁ |
UTF-8 (hex) | 0xefbea2 / 0xef 0xbe 0xa2 (3 bytes) |
UTF-8 (dec) | 239, 190, 162 (3 bytes) |
UTF-16-BE (hex) | 0xffa2 / 0xff 0xa2 (2 bytes) |
UTF-16-BE (dec) | 255, 162 (2 bytes) |
UTF-32-BE (hex) | 0xffa2 / 0x00 0x00 0xff 0xa2 (4 bytes) |
UTF-32-BE (dec) | 0, 0, 255, 162 (4 bytes) |
C/C++/Java source code | "\uffa2" |
Python source code | "\uffa2" |