| HTML Entity (dec) | ﴟ |
| HTML Entity (hex) | ﴟ |
| UTF-8 (hex) | 0xefb49f / 0xef 0xb4 0x9f (3 bytes) |
| UTF-8 (dec) | 239, 180, 159 (3 bytes) |
| UTF-16-BE (hex) | 0xfd1f / 0xfd 0x1f (2 bytes) |
| UTF-16-BE (dec) | 253, 31 (2 bytes) |
| UTF-32-BE (hex) | 0xfd1f / 0x00 0x00 0xfd 0x1f (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 253, 31 (4 bytes) |
| C/C++/Java source code | "\ufd1f" |
| Python source code | "\ufd1f" |