| Nom du symbole | Rotated Heavy Black Heart Bullet |
| Version Unicode | 1.1 |
| Unicode | U+2765 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 9D A5 |
| UTF-16 | 2765 |
| UTF-32 | 00002765 |
1\documentclass{article}2\usepackage{pifont}3\text{ROTATEDHEAVYBLACKHEARTBULLET}4\end{document}Vous pouvez saisir le symbole rotated heavy black heart bullet sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 10085 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "rotated heavy black heart bullet", or use Unicode Hex Input with 2765.
Ctrl + Shift + U, type 2765, 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.rotated-black-heart-bullet::before { content: "\2765"; }1<span>❥</span>La représentation du symbole Rotated Heavy Black Heart Bullet dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2765' or String.fromCodePoint(10085) |
| Python | '\N{ROTATED HEAVY BLACK HEART BULLET}' or chr(10085) |
| Rust | '\u{2765}' |
| C / C++ | UTF-8 source or wchar_t with U+2765 |
| Go | string(rune(0x2765)) |
| Ruby | "\u{2765}" |
\2765 |
| Code hexadécimal | 0x2765 |
| Code HTML | ❥ |
| LaTeX | \text{ROTATEDHEAVYBLACKHEARTBULLET} |
| Symbole | ❥ |
| Encodage URL (pourcent UTF-8) | %E2%9D%A5 |
| Nom oral / lecteur d’écran | Rotated Heavy Black Heart Bullet |