| HTML Entity (dec) | ट | 
| HTML Entity (hex) | ट | 
| UTF-8 (hex) | 0xe0a49f / 0xe0 0xa4 0x9f (3 bytes) | 
| UTF-8 (dec) | 224, 164, 159 (3 bytes) | 
| UTF-16-BE (hex) | 0x91f / 0x09 0x1f (2 bytes) | 
| UTF-16-BE (dec) | 9, 31 (2 bytes) | 
| UTF-32-BE (hex) | 0x91f / 0x00 0x00 0x09 0x1f (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 9, 31 (4 bytes) | 
| C/C++/Java source code | "\u091f" | 
| Python source code | "\u091f" |