| HTML Entity (dec) | ﻻ |
| HTML Entity (hex) | ﻻ |
| UTF-8 (hex) | 0xefbbbb / 0xef 0xbb 0xbb (3 bytes) |
| UTF-8 (dec) | 239, 187, 187 (3 bytes) |
| UTF-16-BE (hex) | 0xfefb / 0xfe 0xfb (2 bytes) |
| UTF-16-BE (dec) | 254, 251 (2 bytes) |
| UTF-32-BE (hex) | 0xfefb / 0x00 0x00 0xfe 0xfb (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 254, 251 (4 bytes) |
| C/C++/Java source code | "\ufefb" |
| Python source code | "\ufefb" |