HTML Entity (dec) | ɇ |
HTML Entity (hex) | ɇ |
UTF-8 (hex) | 0xc987 / 0xc9 0x87 (2 bytes) |
UTF-8 (dec) | 201, 135 (2 bytes) |
UTF-16-BE (hex) | 0x247 / 0x02 0x47 (2 bytes) |
UTF-16-BE (dec) | 2, 71 (2 bytes) |
UTF-32-BE (hex) | 0x247 / 0x00 0x00 0x02 0x47 (4 bytes) |
UTF-32-BE (dec) | 0, 0, 2, 71 (4 bytes) |
C/C++/Java source code | "\u0247" |
Python source code | "\u0247" |