π
U+1F682 Β· STEAM LOCOMOTIVE
Locomotive
| UTF-8 | F0 9F 9A 82 | 4 bytes |
|---|---|---|
| UTF-16 | D83D DE82 | surrogate pair |
| UTF-32 | 0001F682 | 4 bytes |
| HTML decimal | 🚂 | |
| HTML hex | 🚂 | |
| CSS | \1F682 | in content: "β¦" |
| JavaScript | \u{1F682} | ES2015+ |
| JavaScript | \uD83D\uDE82 | surrogate pair |
| JSON | \uD83D\uDE82 | |
| Python | \U0001F682 | |
| Python | \N{STEAM LOCOMOTIVE} | by name |
| Java / C# | \uD83D\uDE82 | |
| C / C++ | \U0001F682 | universal character name |
| Rust / Swift / PHP | \u{1F682} | |
| Go | \U0001F682 | |
| Ruby | \u{1F682} | |
| Excel / Sheets | =UNICHAR(128642) | |
| URL-encoded | %F0%9F%9A%82 | percent-encoded UTF-8 |