font-variant-emoji: emoji when applied to the editor makes all emojis displayed as emojis and not as text. For example, "heart" is displayed as a large red heart and not as a small black heart.
.rich-text-editor TEXTAREA, .rich-text-editor .visual-text-area {
font-variant-emoji: emoji;
}
But in some browsers this style causes numbers being displayed with huge spaces between them. So it is better to wait with this change until all browsers will implement it properly.
font-variant-emoji: emojiwhen applied to the editor makes all emojis displayed as emojis and not as text. For example, "heart" is displayed as a large red heart and not as a small black heart.But in some browsers this style causes numbers being displayed with huge spaces between them. So it is better to wait with this change until all browsers will implement it properly.