| Symboolnaam | Heavy Black Heart |
| Unicode-versie | 1.1 |
| Unicode | U+2764 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \2764 |
| Hexadecimale code | 0x2764 |
| HTML-code | ❤ |
| LaTeX | \text{HEAVYBLACKHEART} |
| Symbool | ❤ |
| URL-codering (UTF-8 procent) | %E2%9D%A4 |
| Discord / Slack-shortcode | :heart: |
| GitHub-shortcode | :heart: |
| Uitgesproken naam / schermlezer | Heavy Black Heart |
| UTF-8 | E2 9D A4 |
| UTF-16 | 2764 |
| UTF-32 | 00002764 |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYBLACKHEART}4\end{document}Je kunt het heavy black heart-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10084 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy black heart", or use Unicode Hex Input with 2764.
Ctrl + Shift + U, type 2764, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with heart symbol support.
1span.heavy-black-heart::before { content: "\2764"; }1<span>❤</span>De weergave van het Heavy Black Heart-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2764' or String.fromCodePoint(10084) |
| Python | '\N{HEAVY BLACK HEART}' or chr(10084) |
| Rust | '\u{2764}' |
| C / C++ | UTF-8 source or wchar_t with U+2764 |
| Go | string(rune(0x2764)) |
| Ruby | "\u{2764}" |