| HTML Entity (dec) | ࡪ |
| HTML Entity (hex) | ࡪ |
| UTF-8 (hex) | 0xe0a1aa / 0xe0 0xa1 0xaa (3 bytes) |
| UTF-8 (dec) | 224, 161, 170 (3 bytes) |
| UTF-16-BE (hex) | 0x86a / 0x08 0x6a (2 bytes) |
| UTF-16-BE (dec) | 8, 106 (2 bytes) |
| UTF-32-BE (hex) | 0x86a / 0x00 0x00 0x08 0x6a (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 8, 106 (4 bytes) |
| C/C++/Java source code | "\u086a" |
| Python source code | "\u086a" |