HTML Entity (dec) | ﯱ |
HTML Entity (hex) | ﯱ |
UTF-8 (hex) | 0xefafb1 / 0xef 0xaf 0xb1 (3 bytes) |
UTF-8 (dec) | 239, 175, 177 (3 bytes) |
UTF-16-BE (hex) | 0xfbf1 / 0xfb 0xf1 (2 bytes) |
UTF-16-BE (dec) | 251, 241 (2 bytes) |
UTF-32-BE (hex) | 0xfbf1 / 0x00 0x00 0xfb 0xf1 (4 bytes) |
UTF-32-BE (dec) | 0, 0, 251, 241 (4 bytes) |
C/C++/Java source code | "\ufbf1" |
Python source code | "\ufbf1" |