| Nombre del símbolo | Light Skin Tone |
| Versión Unicode | 1.0 |
| Unicode | U+1F3FB |
| Bloque Unicode | |
| Categoría general | Emoji (Sk) |
| Código CSS | \1F3FB |
| Código hexadecimal | 0x1F3FB |
| Código HTML | 🏻 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🏻 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%8F%BB |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo light skin tone en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Light Skin Tone en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |