| HTML Entity (dec) | ᇒ |
| HTML Entity (hex) | ᇒ |
| UTF-8 (hex) | 0xe18792 / 0xe1 0x87 0x92 (3 bytes) |
| UTF-8 (dec) | 225, 135, 146 (3 bytes) |
| UTF-16-BE (hex) | 0x11d2 / 0x11 0xd2 (2 bytes) |
| UTF-16-BE (dec) | 17, 210 (2 bytes) |
| UTF-32-BE (hex) | 0x11d2 / 0x00 0x00 0x11 0xd2 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 17, 210 (4 bytes) |
| C/C++/Java source code | "\u11d2" |
| Python source code | "\u11d2" |