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