HTML Entity (dec) | ㉙ |
HTML Entity (hex) | ㉙ |
UTF-8 (hex) | 0xe38999 / 0xe3 0x89 0x99 (3 bytes) |
UTF-8 (dec) | 227, 137, 153 (3 bytes) |
UTF-16-BE (hex) | 0x3259 / 0x32 0x59 (2 bytes) |
UTF-16-BE (dec) | 50, 89 (2 bytes) |
UTF-32-BE (hex) | 0x3259 / 0x00 0x00 0x32 0x59 (4 bytes) |
UTF-32-BE (dec) | 0, 0, 50, 89 (4 bytes) |
C/C++/Java source code | "\u3259" |
Python source code | "\u3259" |