| HTML Entity (dec) | 冇 | 
| HTML Entity (hex) | 冇 | 
| UTF-8 (hex) | 0xe58687 / 0xe5 0x86 0x87 (3 bytes) | 
| UTF-8 (dec) | 229, 134, 135 (3 bytes) | 
| UTF-16-BE (hex) | 0x5187 / 0x51 0x87 (2 bytes) | 
| UTF-16-BE (dec) | 81, 135 (2 bytes) | 
| UTF-32-BE (hex) | 0x5187 / 0x00 0x00 0x51 0x87 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 81, 135 (4 bytes) | 
| C/C++/Java source code | "\u5187" | 
| Python source code | "\u5187" |