| HTML Entity (dec) | 眢 | 
| HTML Entity (hex) | 眢 | 
| UTF-8 (hex) | 0xe79ca2 / 0xe7 0x9c 0xa2 (3 bytes) | 
| UTF-8 (dec) | 231, 156, 162 (3 bytes) | 
| UTF-16-BE (hex) | 0x7722 / 0x77 0x22 (2 bytes) | 
| UTF-16-BE (dec) | 119, 34 (2 bytes) | 
| UTF-32-BE (hex) | 0x7722 / 0x00 0x00 0x77 0x22 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 119, 34 (4 bytes) | 
| C/C++/Java source code | "\u7722" | 
| Python source code | "\u7722" |