| HTML Entity (dec) | 跫 | 
| HTML Entity (hex) | 跫 | 
| UTF-8 (hex) | 0xe8b7ab / 0xe8 0xb7 0xab (3 bytes) | 
| UTF-8 (dec) | 232, 183, 171 (3 bytes) | 
| UTF-16-BE (hex) | 0x8deb / 0x8d 0xeb (2 bytes) | 
| UTF-16-BE (dec) | 141, 235 (2 bytes) | 
| UTF-32-BE (hex) | 0x8deb / 0x00 0x00 0x8d 0xeb (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 141, 235 (4 bytes) | 
| C/C++/Java source code | "\u8deb" | 
| Python source code | "\u8deb" |