| HTML Entity (dec) | ॾ | |
| HTML Entity (hex) | ॾ | |
| UTF-8 (hex) | 0xe0a5be / 0xe0 0xa5 0xbe (3 bytes) | |
| UTF-8 (dec) | 224, 165, 190 (3 bytes) | |
| UTF-16-BE (hex) | 0x97e / 0x09 0x7e (2 bytes) | |
| UTF-16-BE (dec) | 9, 126 (2 bytes) | |
| UTF-32-BE (hex) | 0x97e / 0x00 0x00 0x09 0x7e (4 bytes) | |
| UTF-32-BE (dec) | 0, 0, 9, 126 (4 bytes) | |
| C/C++/Java source code | "\u097e" | |
| Python source code | u"\u097e" |