| HTML Entity (dec) | 眸 | 
| HTML Entity (hex) | 眸 | 
| UTF-8 (hex) | 0xe79cb8 / 0xe7 0x9c 0xb8 (3 bytes) | 
| UTF-8 (dec) | 231, 156, 184 (3 bytes) | 
| UTF-16-BE (hex) | 0x7738 / 0x77 0x38 (2 bytes) | 
| UTF-16-BE (dec) | 119, 56 (2 bytes) | 
| UTF-32-BE (hex) | 0x7738 / 0x00 0x00 0x77 0x38 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 119, 56 (4 bytes) | 
| C/C++/Java source code | "\u7738" | 
| Python source code | "\u7738" |