| Nome del simbolo | Light Blue Heart |
| Versione Unicode | 15.0 |
| Unicode | U+1FA75 |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1FA75 |
| Codice esadecimale | 0x1FA75 |
| Codice HTML | 🩵 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🩵 |
| Codifica URL (percentuale UTF-8) | %F0%9F%A9%B5 |
| Nome parlato / screen reader | Light Blue Heart |
| UTF-8 | F0 9F A9 B5 |
| UTF-16 | D83E DE75 |
| UTF-32 | 0001FA75 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo light blue heart 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 "light blue heart".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys, Hearts, or search "light blue heart".
Emoji keyboard → Hearts; search "light blue heart".
1span.light-blue-heart::before { content: "\1FA75"; } /* prefer inline grapheme for ZWJ */1<span>🩵</span>La rappresentazione del simbolo Light Blue Heart nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDE75' or String.fromCodePoint(0x1FA75) |
| Python | '\N{LIGHT BLUE HEART}' |
| Rust | '\u{1FA75}' |
| Swift | "\u{1FA75}" |
| Go | string(rune(0x1FA75)) |
| Ruby | "\u{1FA75}" |