| HTML Entity (dec) | à |
| HTML Entity (hex) | à |
| UTF-8 (hex) | 0xc3a0 / 0xc3 0xa0 (2 bytes) |
| UTF-8 (dec) | 195, 160 (2 bytes) |
| UTF-16-BE (hex) | 0xe0 / 0x00 0xe0 (2 bytes) |
| UTF-16-BE (dec) | 0, 224 (2 bytes) |
| UTF-32-BE (hex) | 0xe0 / 0x00 0x00 0x00 0xe0 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 0, 224 (4 bytes) |
| C/C++/Java source code | "\u00e0" |
| Python source code | "\u00e0" |