| Symbol Name | Medium-light Skin Tone |
| Unicode Version | 1.0 |
| Unicode | U+1F3FC |
| Unicode block | |
| General category | Emoji (Sk) |
| CSS Code | \1F3FC |
| Hex Code | 0x1F3FC |
| HTML Code | 🏼 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🏼 |
| URL encode (UTF-8 percent) | %F0%9F%8F%BC |
| Spoken / screen reader name | Medium-light Skin Tone |
| 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}You can type the medium-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 "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>Medium-light Skin Tone symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |