| HTML Entity (dec) | ᄒ |
| HTML Entity (hex) | ᄒ |
| UTF-8 (hex) | 0xefbebe / 0xef 0xbe 0xbe (3 bytes) |
| UTF-8 (dec) | 239, 190, 190 (3 bytes) |
| UTF-16-BE (hex) | 0xffbe / 0xff 0xbe (2 bytes) |
| UTF-16-BE (dec) | 255, 190 (2 bytes) |
| UTF-32-BE (hex) | 0xffbe / 0x00 0x00 0xff 0xbe (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 255, 190 (4 bytes) |
| C/C++/Java source code | "\uffbe" |
| Python source code | "\uffbe" |