| HTML Entity (dec) | ꙮ | |
| HTML Entity (hex) | ꙮ | |
| UTF-8 (hex) | 0xea99ae / 0xea 0x99 0xae (3 bytes) | |
| UTF-8 (dec) | 234, 153, 174 (3 bytes) | |
| UTF-16-BE (hex) | 0xa66e / 0xa6 0x6e (2 bytes) | |
| UTF-16-BE (dec) | 166, 110 (2 bytes) | |
| UTF-32-BE (hex) | 0xa66e / 0x00 0x00 0xa6 0x6e (4 bytes) | |
| UTF-32-BE (dec) | 0, 0, 166, 110 (4 bytes) | |
| C/C++/Java source code | "\ua66e" | |
| Python source code | u"\ua66e" |