π
U+1F34E Β· RED APPLE
Red Apple
| UTF-8 | F0 9F 8D 8E | 4 bytes |
|---|---|---|
| UTF-16 | D83C DF4E | surrogate pair |
| UTF-32 | 0001F34E | 4 bytes |
| HTML decimal | 🍎 | |
| HTML hex | 🍎 | |
| CSS | \1F34E | in content: "β¦" |
| JavaScript | \u{1F34E} | ES2015+ |
| JavaScript | \uD83C\uDF4E | surrogate pair |
| JSON | \uD83C\uDF4E | |
| Python | \U0001F34E | |
| Python | \N{RED APPLE} | by name |
| Java / C# | \uD83C\uDF4E | |
| C / C++ | \U0001F34E | universal character name |
| Rust / Swift / PHP | \u{1F34E} | |
| Go | \U0001F34E | |
| Ruby | \u{1F34E} | |
| Excel / Sheets | =UNICHAR(127822) | |
| URL-encoded | %F0%9F%8D%8E | percent-encoded UTF-8 |