| Nom du symbole | Family |
| Version Unicode | 0.6 |
| Unicode | U+1F46A |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1F46A |
| Code hexadécimal | 0x1F46A |
| Code HTML | 👪 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 👪 |
| Encodage URL (pourcent UTF-8) | %F0%9F%91%AA |
| Raccourci Discord / Slack | :family: |
| Raccourci GitHub | :family: |
| Nom oral / lecteur d’écran | Family |
| UTF-8 | F0 9F 91 AA |
| UTF-16 | D83D DC6A |
| UTF-32 | 0001F46A |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole family sur la plupart des appareils modernes avec les méthodes suivantes :
Win + . or mobile emoji keyboard; long-press base gesture for Fitzpatrick skin-tone stripes when available.
Edit → Emoji & Symbols, search "family".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → People, or search "family".
Emoji keyboard → People; search "family".
1span.family::before { content: "\1F46A"; } /* prefer inline grapheme for tones/ZWJ */1<span>👪</span>La représentation du symbole Family dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDC6A' or String.fromCodePoint(0x1F46A) |
| Python | '\N{FAMILY}' |
| Rust | '\u{1F46A}' |
| Swift | "\u{1F46A}" |
| Go | string(rune(0x1F46A)) |
| Ruby | "\u{1F46A}" |