| HTML Entity (dec) | ๅ | 
| HTML Entity (hex) | ๅ | 
| UTF-8 (hex) | 0xe0b985 / 0xe0 0xb9 0x85 (3 bytes) | 
| UTF-8 (dec) | 224, 185, 133 (3 bytes) | 
| UTF-16-BE (hex) | 0xe45 / 0x0e 0x45 (2 bytes) | 
| UTF-16-BE (dec) | 14, 69 (2 bytes) | 
| UTF-32-BE (hex) | 0xe45 / 0x00 0x00 0x0e 0x45 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 14, 69 (4 bytes) | 
| C/C++/Java source code | "\u0e45" | 
| Python source code | "\u0e45" |