| HTML Entity (dec) | 圜 | 
| HTML Entity (hex) | 圜 | 
| UTF-8 (hex) | 0xe59c9c / 0xe5 0x9c 0x9c (3 bytes) | 
| UTF-8 (dec) | 229, 156, 156 (3 bytes) | 
| UTF-16-BE (hex) | 0x571c / 0x57 0x1c (2 bytes) | 
| UTF-16-BE (dec) | 87, 28 (2 bytes) | 
| UTF-32-BE (hex) | 0x571c / 0x00 0x00 0x57 0x1c (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 87, 28 (4 bytes) | 
| C/C++/Java source code | "\u571c" | 
| Python source code | "\u571c" |