| HTML Entity (dec) | ꛞ | |
| HTML Entity (hex) | ꛞ | |
| UTF-8 (hex) | 0xea9b9e / 0xea 0x9b 0x9e (3 bytes) | |
| UTF-8 (dec) | 234, 155, 158 (3 bytes) | |
| UTF-16-BE (hex) | 0xa6de / 0xa6 0xde (2 bytes) | |
| UTF-16-BE (dec) | 166, 222 (2 bytes) | |
| UTF-32-BE (hex) | 0xa6de / 0x00 0x00 0xa6 0xde (4 bytes) | |
| UTF-32-BE (dec) | 0, 0, 166, 222 (4 bytes) | |
| C/C++/Java source code | "\ua6de" | |
| Python source code | u"\ua6de" |