| HTML Entity (dec) | ≌ |
| HTML Entity (hex) | ≌ |
| UTF-8 (hex) | 0xe2898c / 0xe2 0x89 0x8c (3 bytes) |
| UTF-8 (dec) | 226, 137, 140 (3 bytes) |
| UTF-16-BE (hex) | 0x224c / 0x22 0x4c (2 bytes) |
| UTF-16-BE (dec) | 34, 76 (2 bytes) |
| UTF-32-BE (hex) | 0x224c / 0x00 0x00 0x22 0x4c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 34, 76 (4 bytes) |
| C/C++/Java source code | "\u224c" |
| Python source code | "\u224c" |