| HTML Entity (dec) | 献 | 
| HTML Entity (hex) | 献 | 
| UTF-8 (hex) | 0xe78cae / 0xe7 0x8c 0xae (3 bytes) | 
| UTF-8 (dec) | 231, 140, 174 (3 bytes) | 
| UTF-16-BE (hex) | 0x732e / 0x73 0x2e (2 bytes) | 
| UTF-16-BE (dec) | 115, 46 (2 bytes) | 
| UTF-32-BE (hex) | 0x732e / 0x00 0x00 0x73 0x2e (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 115, 46 (4 bytes) | 
| C/C++/Java source code | "\u732e" | 
| Python source code | "\u732e" |