| Nome del simbolo | Bat |
| Versione Unicode | 3.0 |
| Unicode | U+1F987 |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F987 |
| Codice esadecimale | 0x1F987 |
| Codice HTML | 🦇 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🦇 |
| Codifica URL (percentuale UTF-8) | %F0%9F%A6%87 |
| Nome parlato / screen reader | Bat |
| UTF-8 | F0 9F A6 87 |
| UTF-16 | D83E DD87 |
| UTF-32 | 0001F987 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo bat sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Animals & Nature in emoji keyboard.
Edit → Emoji & Symbols, search "bat".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "bat".
Emoji keyboard → Animals; search "bat".
1span.bat::before { content: "\1F987"; } /* prefer inline grapheme for ZWJ */1<span>🦇</span>La rappresentazione del simbolo Bat nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD87' or String.fromCodePoint(0x1F987) |
| Python | '\N{BAT}' |
| Rust | '\u{1F987}' |
| Swift | "\u{1F987}" |
| Go | string(rune(0x1F987)) |
| Ruby | "\u{1F987}" |