| HTML Entity (dec) | ﴺ |
| HTML Entity (hex) | ﴺ |
| UTF-8 (hex) | 0xefb4ba / 0xef 0xb4 0xba (3 bytes) |
| UTF-8 (dec) | 239, 180, 186 (3 bytes) |
| UTF-16-BE (hex) | 0xfd3a / 0xfd 0x3a (2 bytes) |
| UTF-16-BE (dec) | 253, 58 (2 bytes) |
| UTF-32-BE (hex) | 0xfd3a / 0x00 0x00 0xfd 0x3a (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 253, 58 (4 bytes) |
| C/C++/Java source code | "\ufd3a" |
| Python source code | "\ufd3a" |