| HTML Entity (dec) | ૭ |
| HTML Entity (hex) | ૭ |
| UTF-8 (hex) | 0xe0abad / 0xe0 0xab 0xad (3 bytes) |
| UTF-8 (dec) | 224, 171, 173 (3 bytes) |
| UTF-16-BE (hex) | 0xaed / 0x0a 0xed (2 bytes) |
| UTF-16-BE (dec) | 10, 237 (2 bytes) |
| UTF-32-BE (hex) | 0xaed / 0x00 0x00 0x0a 0xed (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 10, 237 (4 bytes) |
| C/C++/Java source code | "\u0aed" |
| Python source code | "\u0aed" |