| HTML Entity (dec) | 刃 |
| HTML Entity (hex) | 刃 |
| UTF-8 (hex) | 0xe58883 / 0xe5 0x88 0x83 (3 bytes) |
| UTF-8 (dec) | 229, 136, 131 (3 bytes) |
| UTF-16-BE (hex) | 0x5203 / 0x52 0x03 (2 bytes) |
| UTF-16-BE (dec) | 82, 3 (2 bytes) |
| UTF-32-BE (hex) | 0x5203 / 0x00 0x00 0x52 0x03 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 82, 3 (4 bytes) |
| C/C++/Java source code | "\u5203" |
| Python source code | "\u5203" |