| HTML Entity (dec) | ᕹ | 
| HTML Entity (hex) | ᕹ | 
| UTF-8 (hex) | 0xe195b9 / 0xe1 0x95 0xb9 (3 bytes) | 
| UTF-8 (dec) | 225, 149, 185 (3 bytes) | 
| UTF-16-BE (hex) | 0x1579 / 0x15 0x79 (2 bytes) | 
| UTF-16-BE (dec) | 21, 121 (2 bytes) | 
| UTF-32-BE (hex) | 0x1579 / 0x00 0x00 0x15 0x79 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 21, 121 (4 bytes) | 
| C/C++/Java source code | "\u1579" | 
| Python source code | "\u1579" |