| HTML Entity (dec) | 微 | 
| HTML Entity (hex) | 微 | 
| UTF-8 (hex) | 0xe5beae / 0xe5 0xbe 0xae (3 bytes) | 
| UTF-8 (dec) | 229, 190, 174 (3 bytes) | 
| UTF-16-BE (hex) | 0x5fae / 0x5f 0xae (2 bytes) | 
| UTF-16-BE (dec) | 95, 174 (2 bytes) | 
| UTF-32-BE (hex) | 0x5fae / 0x00 0x00 0x5f 0xae (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 95, 174 (4 bytes) | 
| C/C++/Java source code | "\u5fae" | 
| Python source code | "\u5fae" |