| HTML Entity (dec) | 勺 |
| HTML Entity (hex) | 勺 |
| UTF-8 (hex) | 0xefa9b7 / 0xef 0xa9 0xb7 (3 bytes) |
| UTF-8 (dec) | 239, 169, 183 (3 bytes) |
| UTF-16-BE (hex) | 0xfa77 / 0xfa 0x77 (2 bytes) |
| UTF-16-BE (dec) | 250, 119 (2 bytes) |
| UTF-32-BE (hex) | 0xfa77 / 0x00 0x00 0xfa 0x77 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 250, 119 (4 bytes) |
| C/C++/Java source code | "\ufa77" |
| Python source code | "\ufa77" |