| HTML Entity (dec) | ヮ |
| HTML Entity (hex) | ヮ |
| UTF-8 (hex) | 0xe383ae / 0xe3 0x83 0xae (3 bytes) |
| UTF-8 (dec) | 227, 131, 174 (3 bytes) |
| UTF-16-BE (hex) | 0x30ee / 0x30 0xee (2 bytes) |
| UTF-16-BE (dec) | 48, 238 (2 bytes) |
| UTF-32-BE (hex) | 0x30ee / 0x00 0x00 0x30 0xee (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 48, 238 (4 bytes) |
| C/C++/Java source code | "\u30ee" |
| Python source code | "\u30ee" |