| Nome del simbolo | Heart Exclamation |
| Versione Unicode | 1.0 |
| Unicode | U+2763 |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \2763 |
| Codice esadecimale | 0x2763 |
| Codice HTML | ❣️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ❣️ |
| Codifica URL (percentuale UTF-8) | %E2%9D%A3%EF%B8%8F |
| Nome parlato / screen reader | Heart Exclamation |
| UTF-8 | E2 9D A3 EF B8 8F |
| UTF-16 | 2763 FE0F |
| UTF-32 | 00002763 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo heart exclamation sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Hearts in emoji keyboard.
Edit → Emoji & Symbols, search "heart exclamation".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys, Hearts, or search "heart exclamation".
Emoji keyboard → Hearts; search "heart exclamation".
1span.heart-exclamation::before { content: "\2763"; } /* prefer inline grapheme for ZWJ */1<span>❣️</span>La rappresentazione del simbolo Heart Exclamation nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x2763, 0xFE0F) |
| Python | '\N{HEART EXCLAMATION}' |
| Rust | '\u{2763}' |
| Swift | "\u{2763}" |
| Go | string(rune(0x2763)) |
| Ruby | "\u{2763}" |