| HTML Entity (dec) | 喽 | 
| HTML Entity (hex) | 喽 | 
| UTF-8 (hex) | 0xe596bd / 0xe5 0x96 0xbd (3 bytes) | 
| UTF-8 (dec) | 229, 150, 189 (3 bytes) | 
| UTF-16-BE (hex) | 0x55bd / 0x55 0xbd (2 bytes) | 
| UTF-16-BE (dec) | 85, 189 (2 bytes) | 
| UTF-32-BE (hex) | 0x55bd / 0x00 0x00 0x55 0xbd (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 85, 189 (4 bytes) | 
| C/C++/Java source code | "\u55bd" | 
| Python source code | "\u55bd" |