| HTML Entity (dec) | ꮒ | 
| HTML Entity (hex) | ꮒ | 
| UTF-8 (hex) | 0xeaae92 / 0xea 0xae 0x92 (3 bytes) | 
| UTF-8 (dec) | 234, 174, 146 (3 bytes) | 
| UTF-16-BE (hex) | 0xab92 / 0xab 0x92 (2 bytes) | 
| UTF-16-BE (dec) | 171, 146 (2 bytes) | 
| UTF-32-BE (hex) | 0xab92 / 0x00 0x00 0xab 0x92 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 171, 146 (4 bytes) | 
| C/C++/Java source code | "\uab92" | 
| Python source code | "\uab92" |