| HTML Entity (dec) | 㖩 |
| HTML Entity (hex) | 㖩 |
| UTF-8 (hex) | 0xe396a9 / 0xe3 0x96 0xa9 (3 bytes) |
| UTF-8 (dec) | 227, 150, 169 (3 bytes) |
| UTF-16-BE (hex) | 0x35a9 / 0x35 0xa9 (2 bytes) |
| UTF-16-BE (dec) | 53, 169 (2 bytes) |
| UTF-32-BE (hex) | 0x35a9 / 0x00 0x00 0x35 0xa9 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 53, 169 (4 bytes) |
| C/C++/Java source code | "\u35a9" |
| Python source code | "\u35a9" |