| HTML Entity (dec) | 淚 |
| HTML Entity (hex) | 淚 |
| UTF-8 (hex) | 0xefa58d / 0xef 0xa5 0x8d (3 bytes) |
| UTF-8 (dec) | 239, 165, 141 (3 bytes) |
| UTF-16-BE (hex) | 0xf94d / 0xf9 0x4d (2 bytes) |
| UTF-16-BE (dec) | 249, 77 (2 bytes) |
| UTF-32-BE (hex) | 0xf94d / 0x00 0x00 0xf9 0x4d (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 249, 77 (4 bytes) |
| C/C++/Java source code | "\uf94d" |
| Python source code | "\uf94d" |