| HTML Entity (dec) | â |
| HTML Entity (hex) | â |
| UTF-8 (hex) | 0xc3a2 / 0xc3 0xa2 (2 bytes) |
| UTF-8 (dec) | 195, 162 (2 bytes) |
| UTF-16-BE (hex) | 0xe2 / 0x00 0xe2 (2 bytes) |
| UTF-16-BE (dec) | 0, 226 (2 bytes) |
| UTF-32-BE (hex) | 0xe2 / 0x00 0x00 0x00 0xe2 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 0, 226 (4 bytes) |
| C/C++/Java source code | "\u00e2" |
| Python source code | "\u00e2" |