| HTML Entity (dec) | ƒ |
| HTML Entity (hex) | ƒ |
| UTF-8 (hex) | 0xc283 / 0xc2 0x83 (2 bytes) |
| UTF-8 (dec) | 194, 131 (2 bytes) |
| UTF-16-BE (hex) | 0x83 / 0x00 0x83 (2 bytes) |
| UTF-16-BE (dec) | 0, 131 (2 bytes) |
| UTF-32-BE (hex) | 0x83 / 0x00 0x00 0x00 0x83 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 0, 131 (4 bytes) |
| C/C++/Java source code | "\u0083" |
| Python source code | "\u0083" |