| Symbol Name | Light Skin Tone |
| Unicode Version | 1.0 |
| Unicode | U+1F3FB |
| Unicode block | |
| General category | Emoji (Sk) |
| CSS Code | \1F3FB |
| Hex Code | 0x1F3FB |
| HTML Code | 🏻 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🏻 |
| URL encode (UTF-8 percent) | %F0%9F%8F%BB |
| Spoken / screen reader name | 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}You can type the light skin tone symbol on most modern devices with the help of following methods:
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>Light Skin Tone symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |