| HTML Entity (dec) | 𢗻 | 
| HTML Entity (hex) | 𢗻 | 
| UTF-8 (hex) | 0xf0a297bb / 0xf0 0xa2 0x97 0xbb (4 bytes) | 
| UTF-8 (dec) | 240, 162, 151, 187 (4 bytes) | 
| UTF-16-BE (hex) | 0xd849ddfb / 0xd8 0x49 0xdd 0xfb (4 bytes) | 
| UTF-16-BE (dec) | 216, 73, 221, 251 (4 bytes) | 
| UTF-32-BE (hex) | 0x225fb / 0x00 0x02 0x25 0xfb (4 bytes) | 
| UTF-32-BE (dec) | 0, 2, 37, 251 (4 bytes) | 
| C/C++/Java source code | "\u225fb" | 
| Python source code | "\u225fb" |