| HTML Entity (dec) | ﰾ |
| HTML Entity (hex) | ﰾ |
| UTF-8 (hex) | 0xefb0be / 0xef 0xb0 0xbe (3 bytes) |
| UTF-8 (dec) | 239, 176, 190 (3 bytes) |
| UTF-16-BE (hex) | 0xfc3e / 0xfc 0x3e (2 bytes) |
| UTF-16-BE (dec) | 252, 62 (2 bytes) |
| UTF-32-BE (hex) | 0xfc3e / 0x00 0x00 0xfc 0x3e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 252, 62 (4 bytes) |
| C/C++/Java source code | "\ufc3e" |
| Python source code | "\ufc3e" |