| Nome del simbolo | Anatomical Heart |
| Versione Unicode | 13.0 |
| Unicode | U+1FAC0 |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1FAC0 |
| Codice esadecimale | 0x1FAC0 |
| Codice HTML | 🫀 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🫀 |
| Codifica URL (percentuale UTF-8) | %F0%9F%AB%80 |
| Nome parlato / screen reader | Anatomical Heart |
| UTF-8 | F0 9F AB 80 |
| UTF-16 | D83E DEC0 |
| UTF-32 | 0001FAC0 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo anatomical heart sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Win + . or mobile emoji keyboard; long-press base gesture for Fitzpatrick skin-tone stripes when available.
Edit → Emoji & Symbols, search "anatomical heart".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → People, or search "anatomical heart".
Emoji keyboard → People; search "anatomical heart".
1span.anatomical-heart::before { content: "\1FAC0"; } /* prefer inline grapheme for tones/ZWJ */1<span>🫀</span>La rappresentazione del simbolo Anatomical Heart nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDEC0' or String.fromCodePoint(0x1FAC0) |
| Python | '\N{ANATOMICAL HEART}' |
| Rust | '\u{1FAC0}' |
| Swift | "\u{1FAC0}" |
| Go | string(rune(0x1FAC0)) |
| Ruby | "\u{1FAC0}" |