| HTML Entity (dec) | 牌 |
| HTML Entity (hex) | 牌 |
| UTF-8 (hex) | 0xe7898c / 0xe7 0x89 0x8c (3 bytes) |
| UTF-8 (dec) | 231, 137, 140 (3 bytes) |
| UTF-16-BE (hex) | 0x724c / 0x72 0x4c (2 bytes) |
| UTF-16-BE (dec) | 114, 76 (2 bytes) |
| UTF-32-BE (hex) | 0x724c / 0x00 0x00 0x72 0x4c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 114, 76 (4 bytes) |
| C/C++/Java source code | "\u724c" |
| Python source code | "\u724c" |