| HTML Entity (dec) | ﳋ |
| HTML Entity (hex) | ﳋ |
| UTF-8 (hex) | 0xefb38b / 0xef 0xb3 0x8b (3 bytes) |
| UTF-8 (dec) | 239, 179, 139 (3 bytes) |
| UTF-16-BE (hex) | 0xfccb / 0xfc 0xcb (2 bytes) |
| UTF-16-BE (dec) | 252, 203 (2 bytes) |
| UTF-32-BE (hex) | 0xfccb / 0x00 0x00 0xfc 0xcb (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 252, 203 (4 bytes) |
| C/C++/Java source code | "\ufccb" |
| Python source code | "\ufccb" |