HTML Entity (dec) | ঊ |
HTML Entity (hex) | ঊ |
UTF-8 (hex) | 0xe0a68a / 0xe0 0xa6 0x8a (3 bytes) |
UTF-8 (dec) | 224, 166, 138 (3 bytes) |
UTF-16-BE (hex) | 0x98a / 0x09 0x8a (2 bytes) |
UTF-16-BE (dec) | 9, 138 (2 bytes) |
UTF-32-BE (hex) | 0x98a / 0x00 0x00 0x09 0x8a (4 bytes) |
UTF-32-BE (dec) | 0, 0, 9, 138 (4 bytes) |
C/C++/Java source code | "\u098a" |
Python source code | "\u098a" |