| Nome del simbolo | Polar Bear |
| Versione Unicode | 13.0 |
| Unicode | U+1F43B |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F43B |
| Codice esadecimale | 0x1F43B |
| Codice HTML | 🐻‍❄️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🐻❄️ |
| Codifica URL (percentuale UTF-8) | %F0%9F%90%BB%E2%80%8D%E2%9D%84%EF%B8%8F |
| Shortcode Discord / Slack | :bear: |
| Shortcode GitHub | :bear: |
| Nome parlato / screen reader | Polar Bear |
Questa emoji è formata da più punti di codice (incluso lo zero-width joiner U+200D). Copia i singoli componenti o usa l’intera sequenza come un solo carattere.
| UTF-8 | F0 9F 90 BB E2 80 8D E2 9D 84 EF B8 8F |
| UTF-16 | D83D DC3B 200D 2744 FE0F |
| UTF-32 | 0001F43B 0000200D 00002744 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo polar bear 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 "polar bear".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "polar bear".
Emoji keyboard → Animals; search "polar bear".
1span.polar-bear::before { content: "\1F43B"; } /* prefer inline grapheme for ZWJ */1<span>🐻‍❄️</span>La rappresentazione del simbolo Polar Bear nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x1F43B, 0x200D, 0x2744, 0xFE0F) |
| Python | '\N{POLAR BEAR}' |
| Rust | '\u{1F43B}' |
| Swift | "\u{1F43B}" |
| Go | string(rune(0x1F43B)) |
| Ruby | "\u{1F43B}" |