π
U+1F484 Β· LIPSTICK
Lipstick
| UTF-8 | F0 9F 92 84 | 4 bytes |
|---|---|---|
| UTF-16 | D83D DC84 | surrogate pair |
| UTF-32 | 0001F484 | 4 bytes |
| HTML decimal | 💄 | |
| HTML hex | 💄 | |
| CSS | \1F484 | in content: "β¦" |
| JavaScript | \u{1F484} | ES2015+ |
| JavaScript | \uD83D\uDC84 | surrogate pair |
| JSON | \uD83D\uDC84 | |
| Python | \U0001F484 | |
| Python | \N{LIPSTICK} | by name |
| Java / C# | \uD83D\uDC84 | |
| C / C++ | \U0001F484 | universal character name |
| Rust / Swift / PHP | \u{1F484} | |
| Go | \U0001F484 | |
| Ruby | \u{1F484} | |
| Excel / Sheets | =UNICHAR(128132) | |
| URL-encoded | %F0%9F%92%84 | percent-encoded UTF-8 |