HTML Entity (dec) | ϝ |
HTML Entity (hex) | ϝ |
UTF-8 (hex) | 0xcf9d / 0xcf 0x9d (2 bytes) |
UTF-8 (dec) | 207, 157 (2 bytes) |
UTF-16-BE (hex) | 0x3dd / 0x03 0xdd (2 bytes) |
UTF-16-BE (dec) | 3, 221 (2 bytes) |
UTF-32-BE (hex) | 0x3dd / 0x00 0x00 0x03 0xdd (4 bytes) |
UTF-32-BE (dec) | 0, 0, 3, 221 (4 bytes) |
C/C++/Java source code | "\u03dd" |
Python source code | "\u03dd" |