π¦
U+1F98D Β· GORILLA
Gorilla
| UTF-8 | F0 9F A6 8D | 4 bytes |
|---|---|---|
| UTF-16 | D83E DD8D | surrogate pair |
| UTF-32 | 0001F98D | 4 bytes |
| HTML decimal | 🦍 | |
| HTML hex | 🦍 | |
| CSS | \1F98D | in content: "β¦" |
| JavaScript | \u{1F98D} | ES2015+ |
| JavaScript | \uD83E\uDD8D | surrogate pair |
| JSON | \uD83E\uDD8D | |
| Python | \U0001F98D | |
| Python | \N{GORILLA} | by name |
| Java / C# | \uD83E\uDD8D | |
| C / C++ | \U0001F98D | universal character name |
| Rust / Swift / PHP | \u{1F98D} | |
| Go | \U0001F98D | |
| Ruby | \u{1F98D} | |
| Excel / Sheets | =UNICHAR(129421) | |
| URL-encoded | %F0%9F%A6%8D | percent-encoded UTF-8 |