| HTML Entity (dec) | ﰂ |
| HTML Entity (hex) | ﰂ |
| UTF-8 (hex) | 0xefb082 / 0xef 0xb0 0x82 (3 bytes) |
| UTF-8 (dec) | 239, 176, 130 (3 bytes) |
| UTF-16-BE (hex) | 0xfc02 / 0xfc 0x02 (2 bytes) |
| UTF-16-BE (dec) | 252, 2 (2 bytes) |
| UTF-32-BE (hex) | 0xfc02 / 0x00 0x00 0xfc 0x02 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 252, 2 (4 bytes) |
| C/C++/Java source code | "\ufc02" |
| Python source code | "\ufc02" |