| HTML Entity (dec) | ࡏ | 
| HTML Entity (hex) | ࡏ | 
| UTF-8 (hex) | 0xe0a18f / 0xe0 0xa1 0x8f (3 bytes) | 
| UTF-8 (dec) | 224, 161, 143 (3 bytes) | 
| UTF-16-BE (hex) | 0x84f / 0x08 0x4f (2 bytes) | 
| UTF-16-BE (dec) | 8, 79 (2 bytes) | 
| UTF-32-BE (hex) | 0x84f / 0x00 0x00 0x08 0x4f (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 8, 79 (4 bytes) | 
| C/C++/Java source code | "\u084f" | 
| Python source code | "\u084f" |