| Nom du symbole | Light Skin Tone |
| Version Unicode | 1.0 |
| Unicode | U+1F3FB |
| Bloc Unicode | |
| Catégorie générale | Emoji (Sk) |
| Code CSS | \1F3FB |
| Code hexadécimal | 0x1F3FB |
| Code HTML | 🏻 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 🏻 |
| Encodage URL (pourcent UTF-8) | %F0%9F%8F%BB |
| Nom oral / lecteur d’écran | Light Skin Tone |
| UTF-8 | F0 9F 8F BB |
| UTF-16 | D83C DFFB |
| UTF-32 | 0001F3FB |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole 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 "light skin tone".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "light skin tone".
Emoji keyboard → Symbols; search "light skin tone".
1span.light-skin-tone::before { content: "\1F3FB"; } /* prefer inline grapheme for ZWJ */1<span>🏻</span>La représentation du symbole Light Skin Tone dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDFFB' or String.fromCodePoint(0x1F3FB) |
| Python | '\N{LIGHT SKIN TONE}' |
| Rust | '\u{1F3FB}' |
| Swift | "\u{1F3FB}" |
| Go | string(rune(0x1F3FB)) |
| Ruby | "\u{1F3FB}" |