| Nome del simbolo | Dark Skin Tone |
| Versione Unicode | 1.0 |
| Unicode | U+1F3FF |
| Blocco Unicode | |
| Categoria generale | Emoji (Sk) |
| Codice CSS | \1F3FF |
| Codice esadecimale | 0x1F3FF |
| Codice HTML | 🏿 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🏿 |
| Codifica URL (percentuale UTF-8) | %F0%9F%8F%BF |
| Nome parlato / screen reader | Dark Skin Tone |
| UTF-8 | F0 9F 8F BF |
| UTF-16 | D83C DFFF |
| UTF-32 | 0001F3FF |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo dark skin tone sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "dark skin tone".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "dark skin tone".
Emoji keyboard → Symbols; search "dark skin tone".
1span.dark-skin-tone::before { content: "\1F3FF"; } /* prefer inline grapheme for ZWJ */1<span>🏿</span>La rappresentazione del simbolo Dark Skin Tone nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDFFF' or String.fromCodePoint(0x1F3FF) |
| Python | '\N{DARK SKIN TONE}' |
| Rust | '\u{1F3FF}' |
| Swift | "\u{1F3FF}" |
| Go | string(rune(0x1F3FF)) |
| Ruby | "\u{1F3FF}" |