| Nombre del símbolo | Artist |
| Versión Unicode | 12.1 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Atajo Discord / Slack | :adult: |
| Atajo GitHub | :adult: |
| Nombre oral / lector de pantalla | Artist |
Este emoji se forma con varios puntos de código (incluido el combinador de anchura cero U+200D). Copia cada parte o usa la secuencia completa como un solo carácter.
Bytes update when you change skin tone — each tone adds a modifier code point after the base emoji.
| UTF-8 | F0 9F A7 91 E2 80 8D F0 9F 8E A8 |
| UTF-16 | D83E DDD1 200D D83C DFA8 |
| UTF-32 | 0001F9D1 0000200D 0001F3A8 |
Each tone is an extra Unicode scalar after the base emoji — so HTML uses several &#…; entities in sequence, not a single code.
| Unicode | U+1F9D1 U+200D U+1F3A8 |
| Código CSS | \1F9D1\200D\1F3A8 |
| Código hexadecimal | 0x1F9D1 + 0x200D + 0x1F3A8 |
| Código HTML | 🧑‍🎨 |
| Símbolo | 🧑🎨 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%A7%91%E2%80%8D%F0%9F%8E%A8 |
1span.pick::before {2 content: "\1F9D1\200D\1F3A8";3}1<span>🧑‍🎨</span>La representación del símbolo Artist en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x1F9D1, 0x200D, 0x1F3A8) |
| Python | ''.join(chr(c) for c in (129489, 8205, 127912)) |
| Rust | "\u{1F9D1}\u{200D}\u{1F3A8}" |
| Go | string([]rune{129489, 8205, 127912}) |
| Ruby | "\u{1F9D1}\u{200D}\u{1F3A8}" |
| Swift | "\u{1F9D1}\u{200D}\u{1F3A8}" |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo artist en la mayoría de dispositivos modernos con los siguientes métodos:
Win + . or mobile emoji keyboard; long-press base gesture for Fitzpatrick skin-tone stripes when available.
Edit → Emoji & Symbols, search "artist".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → People, or search "artist".
Emoji keyboard → People; search "artist".