| Nom du symbole | People Hugging |
| Version Unicode | 13.0 |
| Unicode | U+1FAC2 |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1FAC2 |
| Code hexadécimal | 0x1FAC2 |
| Code HTML | 🫂 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 🫂 |
| Encodage URL (pourcent UTF-8) | %F0%9F%AB%82 |
| Nom oral / lecteur d’écran | People Hugging |
| UTF-8 | F0 9F AB 82 |
| UTF-16 | D83E DEC2 |
| UTF-32 | 0001FAC2 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole people hugging 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 "people hugging".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → People, or search "people hugging".
Emoji keyboard → People; search "people hugging".
1span.people-hugging::before { content: "\1FAC2"; } /* prefer inline grapheme for tones/ZWJ */1<span>🫂</span>La représentation du symbole People Hugging dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDEC2' or String.fromCodePoint(0x1FAC2) |
| Python | '\N{PEOPLE HUGGING}' |
| Rust | '\u{1FAC2}' |
| Swift | "\u{1FAC2}" |
| Go | string(rune(0x1FAC2)) |
| Ruby | "\u{1FAC2}" |