| HTML Entity (dec) | ꓮ | 
| HTML Entity (hex) | ꓮ | 
| UTF-8 (hex) | 0xea93ae / 0xea 0x93 0xae (3 bytes) | 
| UTF-8 (dec) | 234, 147, 174 (3 bytes) | 
| UTF-16-BE (hex) | 0xa4ee / 0xa4 0xee (2 bytes) | 
| UTF-16-BE (dec) | 164, 238 (2 bytes) | 
| UTF-32-BE (hex) | 0xa4ee / 0x00 0x00 0xa4 0xee (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 164, 238 (4 bytes) | 
| C/C++/Java source code | "\ua4ee" | 
| Python source code | "\ua4ee" |