HTML Entity (dec) | ሺ |
HTML Entity (hex) | ሺ |
UTF-8 (hex) | 0xe188ba / 0xe1 0x88 0xba (3 bytes) |
UTF-8 (dec) | 225, 136, 186 (3 bytes) |
UTF-16-BE (hex) | 0x123a / 0x12 0x3a (2 bytes) |
UTF-16-BE (dec) | 18, 58 (2 bytes) |
UTF-32-BE (hex) | 0x123a / 0x00 0x00 0x12 0x3a (4 bytes) |
UTF-32-BE (dec) | 0, 0, 18, 58 (4 bytes) |
C/C++/Java source code | "\u123a" |
Python source code | "\u123a" |