| HTML Entity (dec) | 磿 |
| HTML Entity (hex) | 磿 |
| UTF-8 (hex) | 0xe7a3bf / 0xe7 0xa3 0xbf (3 bytes) |
| UTF-8 (dec) | 231, 163, 191 (3 bytes) |
| UTF-16-BE (hex) | 0x78ff / 0x78 0xff (2 bytes) |
| UTF-16-BE (dec) | 120, 255 (2 bytes) |
| UTF-32-BE (hex) | 0x78ff / 0x00 0x00 0x78 0xff (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 120, 255 (4 bytes) |
| C/C++/Java source code | "\u78ff" |
| Python source code | "\u78ff" |