| HTML Entity (dec) | 艤 | 
| HTML Entity (hex) | 艤 | 
| UTF-8 (hex) | 0xe889a4 / 0xe8 0x89 0xa4 (3 bytes) | 
| UTF-8 (dec) | 232, 137, 164 (3 bytes) | 
| UTF-16-BE (hex) | 0x8264 / 0x82 0x64 (2 bytes) | 
| UTF-16-BE (dec) | 130, 100 (2 bytes) | 
| UTF-32-BE (hex) | 0x8264 / 0x00 0x00 0x82 0x64 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 130, 100 (4 bytes) | 
| C/C++/Java source code | "\u8264" | 
| Python source code | "\u8264" |