| HTML Entity (dec) | ऍ |
| HTML Entity (hex) | ऍ |
| UTF-8 (hex) | 0xe0a48d / 0xe0 0xa4 0x8d (3 bytes) |
| UTF-8 (dec) | 224, 164, 141 (3 bytes) |
| UTF-16-BE (hex) | 0x90d / 0x09 0x0d (2 bytes) |
| UTF-16-BE (dec) | 9, 13 (2 bytes) |
| UTF-32-BE (hex) | 0x90d / 0x00 0x00 0x09 0x0d (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 9, 13 (4 bytes) |
| C/C++/Java source code | "\u090d" |
| Python source code | "\u090d" |