| HTML Entity (dec) | ﰴ |
| HTML Entity (hex) | ﰴ |
| UTF-8 (hex) | 0xefb0b4 / 0xef 0xb0 0xb4 (3 bytes) |
| UTF-8 (dec) | 239, 176, 180 (3 bytes) |
| UTF-16-BE (hex) | 0xfc34 / 0xfc 0x34 (2 bytes) |
| UTF-16-BE (dec) | 252, 52 (2 bytes) |
| UTF-32-BE (hex) | 0xfc34 / 0x00 0x00 0xfc 0x34 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 252, 52 (4 bytes) |
| C/C++/Java source code | "\ufc34" |
| Python source code | "\ufc34" |