| HTML Entity (dec) | ૪ |
| HTML Entity (hex) | ૪ |
| UTF-8 (hex) | 0xe0abaa / 0xe0 0xab 0xaa (3 bytes) |
| UTF-8 (dec) | 224, 171, 170 (3 bytes) |
| UTF-16-BE (hex) | 0xaea / 0x0a 0xea (2 bytes) |
| UTF-16-BE (dec) | 10, 234 (2 bytes) |
| UTF-32-BE (hex) | 0xaea / 0x00 0x00 0x0a 0xea (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 10, 234 (4 bytes) |
| C/C++/Java source code | "\u0aea" |
| Python source code | "\u0aea" |