demo · v131
font-variant-emoji
Force emoji to render as text, emoji, or unicode default presentation. Tap a tab to flip the property on the sample below.
❤ ☃ ☕ ✀ ✈ ☝ ✌
probing browser support…
the css
.sample {
/* values: normal | text | emoji | unicode */
font-variant-emoji: emoji;
}