| HTML Entity (dec) | 嫻 | 
| HTML Entity (hex) | 嫻 | 
| UTF-8 (hex) | 0xe5abbb / 0xe5 0xab 0xbb (3 bytes) | 
| UTF-8 (dec) | 229, 171, 187 (3 bytes) | 
| UTF-16-BE (hex) | 0x5afb / 0x5a 0xfb (2 bytes) | 
| UTF-16-BE (dec) | 90, 251 (2 bytes) | 
| UTF-32-BE (hex) | 0x5afb / 0x00 0x00 0x5a 0xfb (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 90, 251 (4 bytes) | 
| C/C++/Java source code | "\u5afb" | 
| Python source code | "\u5afb" |