| HTML Entity (dec) | 禅 |
| HTML Entity (hex) | 禅 |
| UTF-8 (hex) | 0xe7a685 / 0xe7 0xa6 0x85 (3 bytes) |
| UTF-8 (dec) | 231, 166, 133 (3 bytes) |
| UTF-16-BE (hex) | 0x7985 / 0x79 0x85 (2 bytes) |
| UTF-16-BE (dec) | 121, 133 (2 bytes) |
| UTF-32-BE (hex) | 0x7985 / 0x00 0x00 0x79 0x85 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 121, 133 (4 bytes) |
| C/C++/Java source code | "\u7985" |
| Python source code | "\u7985" |