| HTML Entity (dec) | ૬ |
| HTML Entity (hex) | ૬ |
| UTF-8 (hex) | 0xe0abac / 0xe0 0xab 0xac (3 bytes) |
| UTF-8 (dec) | 224, 171, 172 (3 bytes) |
| UTF-16-BE (hex) | 0xaec / 0x0a 0xec (2 bytes) |
| UTF-16-BE (dec) | 10, 236 (2 bytes) |
| UTF-32-BE (hex) | 0xaec / 0x00 0x00 0x0a 0xec (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 10, 236 (4 bytes) |
| C/C++/Java source code | "\u0aec" |
| Python source code | "\u0aec" |