| HTML Entity (dec) | 祝 |
| HTML Entity (hex) | 祝 |
| UTF-8 (hex) | 0xefa991 / 0xef 0xa9 0x91 (3 bytes) |
| UTF-8 (dec) | 239, 169, 145 (3 bytes) |
| UTF-16-BE (hex) | 0xfa51 / 0xfa 0x51 (2 bytes) |
| UTF-16-BE (dec) | 250, 81 (2 bytes) |
| UTF-32-BE (hex) | 0xfa51 / 0x00 0x00 0xfa 0x51 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 250, 81 (4 bytes) |
| C/C++/Java source code | "\ufa51" |
| Python source code | "\ufa51" |