| HTML Entity (dec) | ॄ | |
| HTML Entity (hex) | ॄ | |
| UTF-8 (hex) | 0xe0a584 / 0xe0 0xa5 0x84 (3 bytes) | |
| UTF-8 (dec) | 224, 165, 132 (3 bytes) | |
| UTF-16-BE (hex) | 0x944 / 0x09 0x44 (2 bytes) | |
| UTF-16-BE (dec) | 9, 68 (2 bytes) | |
| UTF-32-BE (hex) | 0x944 / 0x00 0x00 0x09 0x44 (4 bytes) | |
| UTF-32-BE (dec) | 0, 0, 9, 68 (4 bytes) | |
| C/C++/Java source code | "\u0944" | |
| Python source code | u"\u0944" |