| HTML Entity (dec) | ﻰ |
| HTML Entity (hex) | ﻰ |
| UTF-8 (hex) | 0xefbbb0 / 0xef 0xbb 0xb0 (3 bytes) |
| UTF-8 (dec) | 239, 187, 176 (3 bytes) |
| UTF-16-BE (hex) | 0xfef0 / 0xfe 0xf0 (2 bytes) |
| UTF-16-BE (dec) | 254, 240 (2 bytes) |
| UTF-32-BE (hex) | 0xfef0 / 0x00 0x00 0xfe 0xf0 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 254, 240 (4 bytes) |
| C/C++/Java source code | "\ufef0" |
| Python source code | "\ufef0" |