| HTML Entity (dec) | 劭 | 
| HTML Entity (hex) | 劭 | 
| UTF-8 (hex) | 0xe58aad / 0xe5 0x8a 0xad (3 bytes) | 
| UTF-8 (dec) | 229, 138, 173 (3 bytes) | 
| UTF-16-BE (hex) | 0x52ad / 0x52 0xad (2 bytes) | 
| UTF-16-BE (dec) | 82, 173 (2 bytes) | 
| UTF-32-BE (hex) | 0x52ad / 0x00 0x00 0x52 0xad (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 82, 173 (4 bytes) | 
| C/C++/Java source code | "\u52ad" | 
| Python source code | "\u52ad" |