| HTML Entity (dec) | ഷ |
| HTML Entity (hex) | ഷ |
| UTF-8 (hex) | 0xe0b4b7 / 0xe0 0xb4 0xb7 (3 bytes) |
| UTF-8 (dec) | 224, 180, 183 (3 bytes) |
| UTF-16-BE (hex) | 0xd37 / 0x0d 0x37 (2 bytes) |
| UTF-16-BE (dec) | 13, 55 (2 bytes) |
| UTF-32-BE (hex) | 0xd37 / 0x00 0x00 0x0d 0x37 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 13, 55 (4 bytes) |
| C/C++/Java source code | "\u0d37" |
| Python source code | "\u0d37" |