π£
U+1F463 Β· FOOTPRINTS
Footprints
| UTF-8 | F0 9F 91 A3 | 4 bytes |
|---|---|---|
| UTF-16 | D83D DC63 | surrogate pair |
| UTF-32 | 0001F463 | 4 bytes |
| HTML decimal | 👣 | |
| HTML hex | 👣 | |
| CSS | \1F463 | in content: "β¦" |
| JavaScript | \u{1F463} | ES2015+ |
| JavaScript | \uD83D\uDC63 | surrogate pair |
| JSON | \uD83D\uDC63 | |
| Python | \U0001F463 | |
| Python | \N{FOOTPRINTS} | by name |
| Java / C# | \uD83D\uDC63 | |
| C / C++ | \U0001F463 | universal character name |
| Rust / Swift / PHP | \u{1F463} | |
| Go | \U0001F463 | |
| Ruby | \u{1F463} | |
| Excel / Sheets | =UNICHAR(128099) | |
| URL-encoded | %F0%9F%91%A3 | percent-encoded UTF-8 |