| HTML Entity (dec) | 琫 | 
| HTML Entity (hex) | 琫 | 
| UTF-8 (hex) | 0xe790ab / 0xe7 0x90 0xab (3 bytes) | 
| UTF-8 (dec) | 231, 144, 171 (3 bytes) | 
| UTF-16-BE (hex) | 0x742b / 0x74 0x2b (2 bytes) | 
| UTF-16-BE (dec) | 116, 43 (2 bytes) | 
| UTF-32-BE (hex) | 0x742b / 0x00 0x00 0x74 0x2b (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 116, 43 (4 bytes) | 
| C/C++/Java source code | "\u742b" | 
| Python source code | "\u742b" |