| HTML Entity (dec) | 敖 |
| HTML Entity (hex) | 敖 |
| UTF-8 (hex) | 0xefaa90 / 0xef 0xaa 0x90 (3 bytes) |
| UTF-8 (dec) | 239, 170, 144 (3 bytes) |
| UTF-16-BE (hex) | 0xfa90 / 0xfa 0x90 (2 bytes) |
| UTF-16-BE (dec) | 250, 144 (2 bytes) |
| UTF-32-BE (hex) | 0xfa90 / 0x00 0x00 0xfa 0x90 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 250, 144 (4 bytes) |
| C/C++/Java source code | "\ufa90" |
| Python source code | "\ufa90" |