| HTML Entity (dec) | ﶦ | 
| HTML Entity (hex) | ﶦ | 
| UTF-8 (hex) | 0xefb6a6 / 0xef 0xb6 0xa6 (3 bytes) | 
| UTF-8 (dec) | 239, 182, 166 (3 bytes) | 
| UTF-16-BE (hex) | 0xfda6 / 0xfd 0xa6 (2 bytes) | 
| UTF-16-BE (dec) | 253, 166 (2 bytes) | 
| UTF-32-BE (hex) | 0xfda6 / 0x00 0x00 0xfd 0xa6 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 253, 166 (4 bytes) | 
| C/C++/Java source code | "\ufda6" | 
| Python source code | "\ufda6" |