🪫
U+1FAAB · LOW BATTERY
Low Battery
| UTF-8 | F0 9F AA AB | 4 bytes |
|---|---|---|
| UTF-16 | D83E DEAB | surrogate pair |
| UTF-32 | 0001FAAB | 4 bytes |
| HTML decimal | 🪫 | |
| HTML hex | 🪫 | |
| CSS | \1FAAB | in content: "…" |
| JavaScript | \u{1FAAB} | ES2015+ |
| JavaScript | \uD83E\uDEAB | surrogate pair |
| JSON | \uD83E\uDEAB | |
| Python | \U0001FAAB | |
| Python | \N{LOW BATTERY} | by name |
| Java / C# | \uD83E\uDEAB | |
| C / C++ | \U0001FAAB | universal character name |
| Rust / Swift / PHP | \u{1FAAB} | |
| Go | \U0001FAAB | |
| Ruby | \u{1FAAB} | |
| Excel / Sheets | =UNICHAR(129707) | |
| URL-encoded | %F0%9F%AA%AB | percent-encoded UTF-8 |