| HTML Entity (dec) | 蟻 | 
| HTML Entity (hex) | 蟻 | 
| UTF-8 (hex) | 0xe89fbb / 0xe8 0x9f 0xbb (3 bytes) | 
| UTF-8 (dec) | 232, 159, 187 (3 bytes) | 
| UTF-16-BE (hex) | 0x87fb / 0x87 0xfb (2 bytes) | 
| UTF-16-BE (dec) | 135, 251 (2 bytes) | 
| UTF-32-BE (hex) | 0x87fb / 0x00 0x00 0x87 0xfb (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 135, 251 (4 bytes) | 
| C/C++/Java source code | "\u87fb" | 
| Python source code | "\u87fb" |