| HTML Entity (dec) | ᆭ |
| HTML Entity (hex) | ᆭ |
| UTF-8 (hex) | 0xefbea6 / 0xef 0xbe 0xa6 (3 bytes) |
| UTF-8 (dec) | 239, 190, 166 (3 bytes) |
| UTF-16-BE (hex) | 0xffa6 / 0xff 0xa6 (2 bytes) |
| UTF-16-BE (dec) | 255, 166 (2 bytes) |
| UTF-32-BE (hex) | 0xffa6 / 0x00 0x00 0xff 0xa6 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 255, 166 (4 bytes) |
| C/C++/Java source code | "\uffa6" |
| Python source code | "\uffa6" |