| HTML Entity (dec) | ﳙ | |
| HTML Entity (hex) | ﳙ | |
| UTF-8 (hex) | 0xefb399 / 0xef 0xb3 0x99 (3 bytes) | |
| UTF-8 (dec) | 239, 179, 153 (3 bytes) | |
| UTF-16-BE (hex) | 0xfcd9 / 0xfc 0xd9 (2 bytes) | |
| UTF-16-BE (dec) | 252, 217 (2 bytes) | |
| UTF-32-BE (hex) | 0xfcd9 / 0x00 0x00 0xfc 0xd9 (4 bytes) | |
| UTF-32-BE (dec) | 0, 0, 252, 217 (4 bytes) | |
| C/C++/Java source code | "\ufcd9" | |
| Python source code | u"\ufcd9" |