HTML Entity (dec) | ﺫ |
HTML Entity (hex) | ﺫ |
UTF-8 (hex) | 0xefbaab / 0xef 0xba 0xab (3 bytes) |
UTF-8 (dec) | 239, 186, 171 (3 bytes) |
UTF-16-BE (hex) | 0xfeab / 0xfe 0xab (2 bytes) |
UTF-16-BE (dec) | 254, 171 (2 bytes) |
UTF-32-BE (hex) | 0xfeab / 0x00 0x00 0xfe 0xab (4 bytes) |
UTF-32-BE (dec) | 0, 0, 254, 171 (4 bytes) |
C/C++/Java source code | "\ufeab" |
Python source code | "\ufeab" |