| HTML Entity (dec) | ᄑ |
| HTML Entity (hex) | ᄑ |
| UTF-8 (hex) | 0xefbebd / 0xef 0xbe 0xbd (3 bytes) |
| UTF-8 (dec) | 239, 190, 189 (3 bytes) |
| UTF-16-BE (hex) | 0xffbd / 0xff 0xbd (2 bytes) |
| UTF-16-BE (dec) | 255, 189 (2 bytes) |
| UTF-32-BE (hex) | 0xffbd / 0x00 0x00 0xff 0xbd (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 255, 189 (4 bytes) |
| C/C++/Java source code | "\uffbd" |
| Python source code | "\uffbd" |