π
U+1F698 Β· ONCOMING AUTOMOBILE
Oncoming Automobile
| UTF-8 | F0 9F 9A 98 | 4 bytes |
|---|---|---|
| UTF-16 | D83D DE98 | surrogate pair |
| UTF-32 | 0001F698 | 4 bytes |
| HTML decimal | 🚘 | |
| HTML hex | 🚘 | |
| CSS | \1F698 | in content: "β¦" |
| JavaScript | \u{1F698} | ES2015+ |
| JavaScript | \uD83D\uDE98 | surrogate pair |
| JSON | \uD83D\uDE98 | |
| Python | \U0001F698 | |
| Python | \N{ONCOMING AUTOMOBILE} | by name |
| Java / C# | \uD83D\uDE98 | |
| C / C++ | \U0001F698 | universal character name |
| Rust / Swift / PHP | \u{1F698} | |
| Go | \U0001F698 | |
| Ruby | \u{1F698} | |
| Excel / Sheets | =UNICHAR(128664) | |
| URL-encoded | %F0%9F%9A%98 | percent-encoded UTF-8 |