| Symbol Name | Low Battery |
| Unicode Version | 14.0 |
| Unicode | U+1FAAB |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1FAAB |
| Hex Code | 0x1FAAB |
| HTML Code | 🪫 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🪫 |
| URL encode (UTF-8 percent) | %F0%9F%AA%AB |
| Spoken / screen reader name | Low Battery |
| UTF-8 | F0 9F AA AB |
| UTF-16 | D83E DEAB |
| UTF-32 | 0001FAAB |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the low battery symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Objects & Tech in emoji keyboard.
Edit → Emoji & Symbols, search "low battery".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Objects, or search "low battery".
Emoji keyboard → Objects; search "low battery".
1span.low-battery::before { content: "\1FAAB"; } /* prefer inline grapheme for ZWJ */1<span>🪫</span>Low Battery symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDEAB' or String.fromCodePoint(0x1FAAB) |
| Python | '\N{LOW BATTERY}' |
| Rust | '\u{1FAAB}' |
| Swift | "\u{1FAAB}" |
| Go | string(rune(0x1FAAB)) |
| Ruby | "\u{1FAAB}" |