| HTML Entity (dec) | 𣨥 | 
| HTML Entity (hex) | 𣨥 | 
| UTF-8 (hex) | 0xf0a3a8a5 / 0xf0 0xa3 0xa8 0xa5 (4 bytes) | 
| UTF-8 (dec) | 240, 163, 168, 165 (4 bytes) | 
| UTF-16-BE (hex) | 0xd84ede25 / 0xd8 0x4e 0xde 0x25 (4 bytes) | 
| UTF-16-BE (dec) | 216, 78, 222, 37 (4 bytes) | 
| UTF-32-BE (hex) | 0x23a25 / 0x00 0x02 0x3a 0x25 (4 bytes) | 
| UTF-32-BE (dec) | 0, 2, 58, 37 (4 bytes) | 
| C/C++/Java source code | "\u23a25" | 
| Python source code | "\u23a25" |