| Nome del simbolo | Hippopotamus |
| Versione Unicode | 11.0 |
| Unicode | U+1F99B |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F99B |
| Codice esadecimale | 0x1F99B |
| Codice HTML | 🦛 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🦛 |
| Codifica URL (percentuale UTF-8) | %F0%9F%A6%9B |
| Nome parlato / screen reader | Hippopotamus |
| UTF-8 | F0 9F A6 9B |
| UTF-16 | D83E DD9B |
| UTF-32 | 0001F99B |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo hippopotamus 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 "hippopotamus".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "hippopotamus".
Emoji keyboard → Animals; search "hippopotamus".
1span.hippopotamus::before { content: "\1F99B"; } /* prefer inline grapheme for ZWJ */1<span>🦛</span>La rappresentazione del simbolo Hippopotamus nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD9B' or String.fromCodePoint(0x1F99B) |
| Python | '\N{HIPPOPOTAMUS}' |
| Rust | '\u{1F99B}' |
| Swift | "\u{1F99B}" |
| Go | string(rune(0x1F99B)) |
| Ruby | "\u{1F99B}" |