| Nom du symbole | Medium-light Skin Tone |
| Version Unicode | 1.0 |
| Unicode | U+1F3FC |
| Bloc Unicode | |
| Catégorie générale | Emoji (Sk) |
| UTF-8 | F0 9F 8F BC |
| UTF-16 | D83C DFFC |
| UTF-32 | 0001F3FC |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole medium-light skin tone sur la plupart des appareils modernes avec les méthodes suivantes :
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "medium-light skin tone".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "medium-light skin tone".
Emoji keyboard → Symbols; search "medium-light skin tone".
1span.medium-light-skin-tone::before { content: "\1F3FC"; } /* prefer inline grapheme for ZWJ */1<span>🏼</span>La représentation du symbole Medium-light Skin Tone dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDFFC' or String.fromCodePoint(0x1F3FC) |
| Python | '\N{MEDIUM LIGHT SKIN TONE}' |
| Rust | '\u{1F3FC}' |
| Swift | "\u{1F3FC}" |
| Go | string(rune(0x1F3FC)) |
| Ruby | "\u{1F3FC}" |
| Code CSS |
\1F3FC |
| Code hexadécimal | 0x1F3FC |
| Code HTML | 🏼 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 🏼 |
| Encodage URL (pourcent UTF-8) | %F0%9F%8F%BC |
| Nom oral / lecteur d’écran | Medium-light Skin Tone |