Hearts in Unicode: Difference between revisions

Content deleted Content added
Encoding: added all heart related emojis that were missing
Line 38:
A common [[emoticon]] for the heart is <3. In [[Unicode]] several heart symbols are available in text format:
 
{| class="wikitable" style="text-align: center;"
|-
! scope="col" | Glyph
! scope="col" | Description
! scope="col" | [[HTML]] code
! scope="col" | [[Alt code]]s
|-
! scope="row" | {{resize|200%| ❦ }}
| U+2766 FLORAL HEART
| <code>&amp;#x2766;</code>
|
|-
! scope="row" | {{resize|200%| ❧ }}
| U+2767 ROTATED FLORAL HEART BULLET
| <code>&amp;#x2767;</code>
|
|-
! scope="row" | {{resize|200%| ☙ }}
| U+2619 REVERSED ROTATED FLORAL HEART BULLET
| <code>&amp;#x2619;</code>
|
|-
! scope="row" | {{resize|200%| ♡ }}
| U+2661 WHITE HEART SUIT
| <code>&amp;#x2661;</code> or <code>&amp;#9825;</code>
|
|-
! scope="row" | {{resize|200%|♥}}
| U+2665 BLACK [[Hearts (suit)|HEART SUIT]] in device default representation
| <code>&amp;#x2665;</code> or <code>&amp;#9829;</code> or <code>&amp;hearts;</code>
| Alt + 3
 
|-
! scope="row" | {{resize|200%| ♥︎}}
| U+2665 BLACK [[Hearts (suit)|HEART SUIT]] in explicit plaintext representation
| <code>&amp;#x2665;&amp;#xfe0e;</code>
|
|-
! scope="row" | {{resize|200%| ♥️}}
| U+2665 BLACK [[Hearts (suit)|HEART SUIT]] in explicit emoji representation
| <code>&amp;#x2665;&amp;#xfe0f;</code>
|
|-
! scope="row" | {{resize|200%| ❤ }}
| U+2764 HEAVY BLACK HEART in device default representation
| <code>&amp;#x2764;</code> or <code>&amp;#10084;</code>
|
|-
! scope="row" | {{resize|200%| ❤︎}}
| U+2764 HEAVY BLACK HEART in explicit plaintext representation
| <code>&amp;#x2764;&amp;#xfe0e;</code>
|
|-
! scope="row" | {{resize|200%| ❤️}}
| U+2764 HEAVY BLACK HEART in explicit emoji representation
| <code>&amp;#x2764;&amp;#xfe0f;</code>
|
|-
! scope="row" | {{resize|200%| ❥ }}
| U+2765 ROTATED HEAVY BLACK HEART BULLET
| <code>&amp;#x2765;</code> or <code>&amp;#10085;</code>
|
|-
! scope="row" | {{resize|200%| ❣ }}
| U+2763 HEAVY HEART EXCLAMATION MARK ORNAMENT
| <code>&amp;#x2763;</code> or <code>&amp;#10083;</code>
|
|}
 
And from the [[Miscellaneous Symbols and Pictographs]] and [[Supplemental Symbols and Pictographs]] ranges associated with [[emoji]]:
 
{|
|- style="vertical-align:top;"
|<!-- left part -->
{| class="wikitable" style="text-align:center;"
|-
! Glyph
! Description
! [[HTML]] code
|-
! scope="row" | {{resize|200%| 🎔 }}
| U+1F394 HEART WITH TIP ON THE LEFT
| <code>&amp;#x1f394;</code>
|-
| {{resize|200%| 💑 }}
| U+1F491 COUPLE WITH HEART
| <code>&amp;#x1f491;</code>
|-
| {{resize|200%| 💒 }}
| U+1F492 WEDDING
| <code>&amp;#x1f492;</code>
|-
| {{resize|200%| 💓 }}
| U+1F493 BEATING HEART
| <code>&amp;#x1f493;</code>
|-
| {{resize|200%| 💔 }}
| U+1F494 BROKEN HEART
| <code>&amp;#x1f494;</code>
|-
| {{resize|200%| 💕 }}
| U+1F495 TWO HEARTS
| <code>&amp;#x1f495;</code>
|-
| {{resize|200%| 💖 }}
| U+1F496 SPARKLING HEART
| <code>&amp;#x1f496;</code>
|-
| {{resize|200%| 💗 }}
| U+1F497 GROWING HEART
| <code>&amp;#x1f497;</code>
|-
| {{resize|200%| 💘 }}
| U+1F498 HEART WITH ARROW
| <code>&amp;#x1f498;</code>
|-
| {{resize|200%| 💙 }}
| U+1F499 BLUE HEART
| <code>&amp;#x1f499;</code>
|-
| {{resize|200%| 💚 }}
| U+1F49A GREEN HEART
| <code>&amp;#x1f49a;</code>
|-
| {{resize|200%| 💛 }}
| U+1F49B YELLOW HEART
| <code>&amp;#x1f49b;</code>
|}
<!-- left part end -->
 
|<!-- right part -->
{| class="wikitable" style="text-align:center;"
|-
! Glyph
! Description
! HTML code
|-
| {{resize|200%| 💜 }}
| U+1F49C PURPLE HEART
| <code>&amp;#x1f49c;</code>
|-
| {{resize|200%| 💝 }}
| U+1F49D HEART WITH RIBBON
| <code>&amp;#x1f49d;</code>
|-
| {{resize|200%| 💞 }}
| U+1F49E REVOLVING HEARTS
| <code>&amp;#x1f49e;</code>
|-
| {{resize|200%| 💟 }}
| U+1F49F HEART DECORATION
| <code>&amp;#x1f49f;</code>
|-
| {{resize|200%| 🖤 }}
| U+1F5A4 BLACK HEART
| <code>&amp;#x1f5a4;</code>
|-
| {{resize|200%| 🤍 }}
| U+1F90D WHITE HEART
| <code>&amp;#x1f90d;</code>
|-
| {{resize|200%| 🤎 }}
| U+1F90E BROWN HEART
| <code>&amp;#x1f90e;</code>
|-
| {{resize|200%| 🧡 }}
| U+1F9E1 ORANGE HEART
| <code>&amp;#x1f9e1;</code>
|-
| {{resize|200%| 🩵 }}
| U+1FA75 LIGHT BLUE HEART
| <code>&amp;#x1fa75;</code>
|-
| {{resize|200%| 🩶 }}
| U+1FA76 GREY HEART
| <code>&amp;#x1fa76;</code>
|-
| {{resize|200%| 🩷 }}
| U+1FA77 PINK HEART
| <code>&amp;#x1fa77;</code>
 
|}
<!-- right part end -->
|}
 
In [[Code page 437]], the original character set of the IBM PC, the value of 3 (hexadecimal 03) represents the heart symbol. This value is shared with the non-printing [[End-of-text character|ETX]] control character, which overrides the glyph in many contexts.
Line 250 ⟶ 139:
* {{unichar|1FAF6|HEART HANDS}}
-->
 
== List of heart related emojis ==
The single Unicode character heart related [[emoji]]s can be found on the [[Miscellaneous Symbols and Pictographs]], [[Supplemental Symbols and Pictographs]], and [[Symbols and Pictographs Extended-A]] ranges.
 
 
{| class="wikitable" style="text-align: center;"
|-
! scope="col" | Glyph
! scope="col" | Unicode name
! scope="col" | Codepoints
! scope="col" | Skin tone variants
|-
! scope="row" | {{resize|200%|♥️}}
| Black Heart Suit
| <code>U+2665 U+FE0F</code>
|
|-
! scope="row" | {{resize|200%|❣️}}
| Heavy Heart Exclamation Mark Ornament
| <code>U+2763 U+FE0F</code>
|
|-
! scope="row" | {{resize|200%|❤️}}
| Heavy Black Heart
| <code>U+2764 U+FE0F</code>
|
|-
! scope="row" | {{resize|200%|🏩}}
| Love Hotel
| <code>U+1F3E9</code>
|
|-
! scope="row" | {{resize|200%|💌}}
| Love Letter
| <code>U+1F48C</code>
|
|-
! scope="row" | {{resize|200%|💏}}
| Kiss
| <code>U+1F48F</code>
| {{resize|200%|💏🏻💏🏼💏🏽💏🏾💏🏿🧑🏻‍❤️‍💋‍🧑🏽🧑🏻‍❤️‍💋‍🧑🏾🧑🏻‍❤️‍💋‍🧑🏿🧑🏼‍❤️‍💋‍🧑🏻🧑🏼‍❤️‍💋‍🧑🏽🧑🏼‍❤️‍💋‍🧑🏾🧑🏼‍❤️‍💋‍🧑🏿🧑🏽‍❤️‍💋‍🧑🏻🧑🏽‍❤️‍💋‍🧑🏼🧑🏽‍❤️‍💋‍🧑🏾🧑🏽‍❤️‍💋‍🧑🏿🧑🏾‍❤️‍💋‍🧑🏻🧑🏾‍❤️‍💋‍🧑🏼🧑🏾‍❤️‍💋‍🧑🏽🧑🏾‍❤️‍💋‍🧑🏿🧑🏿‍❤️‍💋‍🧑🏻🧑🏿‍❤️‍💋‍🧑🏼🧑🏿‍❤️‍💋‍🧑🏽 }}
|-
! scope="row" | {{resize|200%|👨‍❤️‍💋‍👨}}
| Kiss: Man, Man
| <code>U+1F468 U+200D U+2764 U+FE0F U+200D U+1F48B U+200D U+1F468</code>
| {{resize|200%|👨🏻‍❤️‍💋‍👨🏻👨🏻‍❤️‍💋‍👨🏼👨🏻‍❤️‍💋‍👨🏽👨🏻‍❤️‍💋‍👨🏾👨🏻‍❤️‍💋‍👨🏿👨🏼‍❤️‍💋‍👨🏻👨🏼‍❤️‍💋‍👨🏼👨🏼‍❤️‍💋‍👨🏽👨🏼‍❤️‍💋‍👨🏾👨🏼‍❤️‍💋‍👨🏿👨🏽‍❤️‍💋‍👨🏻👨🏽‍❤️‍💋‍👨🏼👨🏽‍❤️‍💋‍👨🏽👨🏽‍❤️‍💋‍👨🏾👨🏽‍❤️‍💋‍👨🏿👨🏾‍❤️‍💋‍👨🏻👨🏾‍❤️‍💋‍👨🏼👨🏾‍❤️‍💋‍👨🏽👨🏾‍❤️‍💋‍👨🏾👨🏾‍❤️‍💋‍👨🏿👨🏿‍❤️‍💋‍👨🏻👨🏿‍❤️‍💋‍👨🏼👨🏿‍❤️‍💋‍👨🏽👨🏿‍❤️‍💋‍👨🏾👨🏿‍❤️‍💋‍👨🏿}}
|-
! scope="row" | {{resize|200%|👩‍❤️‍💋‍👩}}
| Kiss: Woman, Woman
| <code>U+1F469 U+200D U+2764 U+FE0F U+200D U+1F48B U+200D U+1F469</code>
| {{resize|200%|👩🏻‍❤️‍💋‍👩🏻👩🏻‍❤️‍💋‍👩🏼👩🏻‍❤️‍💋‍👩🏽👩🏻‍❤️‍💋‍👩🏾👩🏻‍❤️‍💋‍👩🏿👩🏼‍❤️‍💋‍👩🏻👩🏼‍❤️‍💋‍👩🏼👩🏼‍❤️‍💋‍👩🏽👩🏼‍❤️‍💋‍👩🏾👩🏼‍❤️‍💋‍👩🏿👩🏽‍❤️‍💋‍👩🏻👩🏽‍❤️‍💋‍👩🏼👩🏽‍❤️‍💋‍👩🏽👩🏽‍❤️‍💋‍👩🏾👩🏽‍❤️‍💋‍👩🏿👩🏾‍❤️‍💋‍👩🏻👩🏾‍❤️‍💋‍👩🏼👩🏾‍❤️‍💋‍👩🏽👩🏾‍❤️‍💋‍👩🏾👩🏾‍❤️‍💋‍👩🏿👩🏿‍❤️‍💋‍👩🏻👩🏿‍❤️‍💋‍👩🏼👩🏿‍❤️‍💋‍👩🏽👩🏿‍❤️‍💋‍👩🏾👩🏿‍❤️‍💋‍👩🏿}}
|-
! scope="row" | {{resize|200%|👩‍❤️‍💋‍👨}}
| Kiss: Woman, Man
| <code>U+1F469 U+200D U+2764 U+FE0F U+200D U+1F48B U+200D U+1F468</code>
| {{resize|200%|👩🏻‍❤️‍💋‍👨🏻👩🏻‍❤️‍💋‍👨🏼👩🏻‍❤️‍💋‍👨🏽👩🏻‍❤️‍💋‍👨🏾👩🏻‍❤️‍💋‍👨🏿👩🏼‍❤️‍💋‍👨🏻👩🏼‍❤️‍💋‍👨🏼👩🏼‍❤️‍💋‍👨🏽👩🏼‍❤️‍💋‍👨🏾👩🏼‍❤️‍💋‍👨🏿👩🏽‍❤️‍💋‍👨🏻👩🏽‍❤️‍💋‍👨🏼👩🏽‍❤️‍💋‍👨🏽👩🏽‍❤️‍💋‍👨🏾👩🏽‍❤️‍💋‍👨🏿👩🏾‍❤️‍💋‍👨🏻👩🏾‍❤️‍💋‍👨🏼👩🏾‍❤️‍💋‍👨🏽👩🏾‍❤️‍💋‍👨🏾👩🏾‍❤️‍💋‍👨🏿👩🏿‍❤️‍💋‍👨🏻👩🏿‍❤️‍💋‍👨🏼👩🏿‍❤️‍💋‍👨🏽👩🏿‍❤️‍💋‍👨🏾👩🏿‍❤️‍💋‍👨🏿}}
|-
! scope="row" | {{resize|200%|💑}}
| Couple with Heart
| <code>U+1F491</code>
| {{resize|200%|💑🏻 💑🏼 💑🏽 💑🏾 💑🏿 🧑🏻‍❤️‍🧑🏼 🧑🏻‍❤️‍🧑🏽 🧑🏻‍❤️‍🧑🏾 🧑🏻‍❤️‍🧑🏿 🧑🏼‍❤️‍🧑🏻 🧑🏼‍❤️‍🧑🏽 🧑🏼‍❤️‍🧑🏾 🧑🏼‍❤️‍🧑🏿 🧑🏽‍❤️‍🧑🏻 🧑🏽‍❤️‍🧑🏼 🧑🏽‍❤️‍🧑🏾 🧑🏽‍❤️‍🧑🏿 🧑🏾‍❤️‍🧑🏻 🧑🏾‍❤️‍🧑🏼 🧑🏾‍❤️‍🧑🏽 🧑🏾‍❤️‍🧑🏿 🧑🏿‍❤️‍🧑🏻 🧑🏿‍❤️‍🧑🏼 🧑🏿‍❤️‍🧑🏽 🧑🏿‍❤️‍🧑🏾}}
|-
! scope="row" | {{resize|200%|👨‍❤️‍👨}}
| Couple with Heart: Man, Man
| <code>U+1F468 U+200D U+2764 U+FE0F U+200D U+1F468</code>
| {{resize|200%|👨🏻‍❤️‍👨🏻👨🏻‍❤️‍👨🏼👨🏻‍❤️‍👨🏽👨🏻‍❤️‍👨🏾👨🏻‍❤️‍👨🏿👨🏼‍❤️‍👨🏻👨🏼‍❤️‍👨🏼👨🏼‍❤️‍👨🏽👨🏼‍❤️‍👨🏾👨🏼‍❤️‍👨🏿👨🏽‍❤️‍👨🏻👨🏽‍❤️‍👨🏼👨🏽‍❤️‍👨🏽👨🏽‍❤️‍👨🏾👨🏽‍❤️‍👨🏿👨🏾‍❤️‍👨🏻👨🏾‍❤️‍👨🏼👨🏾‍❤️‍👨🏽👨🏾‍❤️‍👨🏾👨🏾‍❤️‍👨🏿👨🏿‍❤️‍👨🏻👨🏿‍❤️‍👨🏼👨🏿‍❤️‍👨🏽👨🏿‍❤️‍👨🏾👨🏿‍❤️‍👨🏿}}
|-
! scope="row" | {{resize|200%|👩‍❤️‍👩}}
| Couple with Heart: Woman, Woman
| <code>U+1F469 U+200D U+2764 U+FE0F U+200D U+1F469</code>
| {{resize|200%|👩🏻‍❤️‍👩🏻👩🏻‍❤️‍👩🏼👩🏻‍❤️‍👩🏽👩🏻‍❤️‍👩🏾👩🏻‍❤️‍👩🏿👩🏼‍❤️‍👩🏻👩🏼‍❤️‍👩🏼👩🏼‍❤️‍👩🏽👩🏼‍❤️‍👩🏾👩🏼‍❤️‍👩🏿👩🏽‍❤️‍👩🏻👩🏽‍❤️‍👩🏼👩🏽‍❤️‍👩🏽👩🏽‍❤️‍👩🏾👩🏽‍❤️‍👩🏿👩🏾‍❤️‍👩🏻👩🏾‍❤️‍👩🏼👩🏾‍❤️‍👩🏽👩🏾‍❤️‍👩🏾👩🏾‍❤️‍👩🏿👩🏿‍❤️‍👩🏻👩🏿‍❤️‍👩🏼👩🏿‍❤️‍👩🏽👩🏿‍❤️‍👩🏾👩🏿‍❤️‍👩🏿}}
|-
! scope="row" | {{resize|200%|👩‍❤️‍👨}}
| Couple with Heart: Woman, Man
| <code>U+1F469 U+200D U+2764 U+FE0F U+200D U+1F468</code>
| {{resize|200%|👩🏻‍❤️‍👨🏻👩🏻‍❤️‍👨🏼👩🏻‍❤️‍👨🏽👩🏻‍❤️‍👨🏾👩🏻‍❤️‍👨🏿👩🏼‍❤️‍👨🏻👩🏼‍❤️‍👨🏼👩🏼‍❤️‍👨🏽👩🏼‍❤️‍👨🏾👩🏼‍❤️‍👨🏿👩🏽‍❤️‍👨🏻👩🏽‍❤️‍👨🏼👩🏽‍❤️‍👨🏽👩🏽‍❤️‍👨🏾👩🏽‍❤️‍👨🏿👩🏾‍❤️‍👨🏻👩🏾‍❤️‍👨🏼👩🏾‍❤️‍👨🏽👩🏾‍❤️‍👨🏾👩🏾‍❤️‍👨🏿👩🏿‍❤️‍👨🏻👩🏿‍❤️‍👨🏼👩🏿‍❤️‍👨🏽👩🏿‍❤️‍👨🏾👩🏿‍❤️‍👨🏿}}
|-
! scope="row" | {{resize|200%|💒}}
| Wedding
| <code>U+1F492</code>
|
|-
! scope="row" | {{resize|200%|💓}}
| Beating Heart
| <code>U+1F493</code>
|
|-
! scope="row" | {{resize|200%|💔}}
| Broken Heart
| <code>U+1F494</code>
|
|-
! scope="row" | {{resize|200%|💕}}
| Two Hearts
| <code>U+1F495</code>
|
|-
! scope="row" | {{resize|200%|💖}}
| Sparkling Heart
| <code>U+1F496</code>
|
|-
! scope="row" | {{resize|200%|💗}}
| Growing Heart
| <code>U+1F497</code>
|
|-
! scope="row" | {{resize|200%|💘}}
| Heart with Arrow
| <code>U+1F498</code>
|
|-
! scope="row" | {{resize|200%|💙}}
| Blue Heart
| <code>U+1F499</code>
|
|-
! scope="row" | {{resize|200%|💚}}
| Green Heart
| <code>U+1F49A</code>
|
|-
! scope="row" | {{resize|200%|💛}}
| Yellow Heart
| <code>U+1F49B</code>
|
|-
! scope="row" | {{resize|200%|💜}}
| Purple Heart
| <code>U+1F49C</code>
|
|-
! scope="row" | {{resize|200%|💝}}
| Heart with Ribbon
| <code>U+1F49D</code>
|
|-
! scope="row" | {{resize|200%|💞}}
| Revolving Hearts
| <code>U+1F49E</code>
|
|-
! scope="row" | {{resize|200%|💟}}
| Heart Decoration
| <code>U+1F49F</code>
|
|-
! scope="row" | {{resize|200%|🖤}}
| Black Heart
| <code>U+1F5A4</code>
|
|-
! scope="row" | {{resize|200%| 😍 }}
| Smiling Face with Heart-Shaped Eyes
| <code>U+1F60D</code>
|
|-
! scope="row" | {{resize|200%| 😘 }}
| Face Blowing a Kiss
| <code>U+1F618</code>
|
|-
! scope="row" | {{resize|200%| 😻 }}
| Smiling Cat Face with Heart-Shaped Eyes
| <code>U+1F63B</code>
|
|-
! scope="row" | {{resize|200%|🤍}}
| White Heart
| <code>U+1F90D</code>
|
|-
! scope="row" | {{resize|200%|🤎}}
| Brown Heart
| <code>U+1F90E</code>
|
|-
! scope="row" | {{resize|200%|🥰}}
| Smiling Face with Hearts
| <code>U+1F970</code>
|
|-
! scope="row" | {{resize|200%|🧡}}
| Orange Heart
| <code>U+1F9E1</code>
|
|-
! scope="row" | {{resize|200%|🩵}}
| Light Blue Heart
| <code>U+1FA75</code>
|
|-
! scope="row" | {{resize|200%|🩶}}
| Grey Heart
| <code>U+1FA76</code>
|
|-
! scope="row" | {{resize|200%|🩷}}
| Pink Heart
| <code>U+1FA77</code>
|
|-
! scope="row" | {{resize|200%|🫀}}
| Anatomical Heart
| <code>U+1FAC0</code>
|
|-
! scope="row" | {{resize|200%|❤️‍🩹}}
| Mending Heart
| <code>U+2764 U+FE0F U+200D U+1FA79</code>
|
|-
! scope="row" | {{resize|200%|❤️‍🔥}}
| Heart on Fire
| <code>U+2764 U+FE0F U+200D U+1F525</code>
|
|-
|}
 
== See also ==