| HTML Entity (dec) | ﰷ |
| HTML Entity (hex) | ﰷ |
| UTF-8 (hex) | 0xefb0b7 / 0xef 0xb0 0xb7 (3 bytes) |
| UTF-8 (dec) | 239, 176, 183 (3 bytes) |
| UTF-16-BE (hex) | 0xfc37 / 0xfc 0x37 (2 bytes) |
| UTF-16-BE (dec) | 252, 55 (2 bytes) |
| UTF-32-BE (hex) | 0xfc37 / 0x00 0x00 0xfc 0x37 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 252, 55 (4 bytes) |
| C/C++/Java source code | "\ufc37" |
| Python source code | "\ufc37" |