| HTML Entity (dec) | ﷺ |
| HTML Entity (hex) | ﷺ |
| UTF-8 (hex) | 0xefb7ba / 0xef 0xb7 0xba (3 bytes) |
| UTF-8 (dec) | 239, 183, 186 (3 bytes) |
| UTF-16-BE (hex) | 0xfdfa / 0xfd 0xfa (2 bytes) |
| UTF-16-BE (dec) | 253, 250 (2 bytes) |
| UTF-32-BE (hex) | 0xfdfa / 0x00 0x00 0xfd 0xfa (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 253, 250 (4 bytes) |
| C/C++/Java source code | "\ufdfa" |
| Python source code | "\ufdfa" |