| HTML Entity (dec) | 麾 |
| HTML Entity (hex) | 麾 |
| UTF-8 (hex) | 0xe9babe / 0xe9 0xba 0xbe (3 bytes) |
| UTF-8 (dec) | 233, 186, 190 (3 bytes) |
| UTF-16-BE (hex) | 0x9ebe / 0x9e 0xbe (2 bytes) |
| UTF-16-BE (dec) | 158, 190 (2 bytes) |
| UTF-32-BE (hex) | 0x9ebe / 0x00 0x00 0x9e 0xbe (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 158, 190 (4 bytes) |
| C/C++/Java source code | "\u9ebe" |
| Python source code | "\u9ebe" |