| HTML Entity (dec) | ꮿ |
| HTML Entity (hex) | ꮿ |
| UTF-8 (hex) | 0xeaaebf / 0xea 0xae 0xbf (3 bytes) |
| UTF-8 (dec) | 234, 174, 191 (3 bytes) |
| UTF-16-BE (hex) | 0xabbf / 0xab 0xbf (2 bytes) |
| UTF-16-BE (dec) | 171, 191 (2 bytes) |
| UTF-32-BE (hex) | 0xabbf / 0x00 0x00 0xab 0xbf (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 171, 191 (4 bytes) |
| C/C++/Java source code | "\uabbf" |
| Python source code | "\uabbf" |