πͺ₯
U+1FAA5 Β· TOOTHBRUSH
Toothbrush
| UTF-8 | F0 9F AA A5 | 4 bytes |
|---|---|---|
| UTF-16 | D83E DEA5 | surrogate pair |
| UTF-32 | 0001FAA5 | 4 bytes |
| HTML decimal | 🪥 | |
| HTML hex | 🪥 | |
| CSS | \1FAA5 | in content: "β¦" |
| JavaScript | \u{1FAA5} | ES2015+ |
| JavaScript | \uD83E\uDEA5 | surrogate pair |
| JSON | \uD83E\uDEA5 | |
| Python | \U0001FAA5 | |
| Python | \N{TOOTHBRUSH} | by name |
| Java / C# | \uD83E\uDEA5 | |
| C / C++ | \U0001FAA5 | universal character name |
| Rust / Swift / PHP | \u{1FAA5} | |
| Go | \U0001FAA5 | |
| Ruby | \u{1FAA5} | |
| Excel / Sheets | =UNICHAR(129701) | |
| URL-encoded | %F0%9F%AA%A5 | percent-encoded UTF-8 |