Why (what's the intent behind) unicode character doesn't highlight when the other text hightlights?
a:hover
{
color: #ffd800;
}
<a href="#">Some text that is hightlighted but why this symbol doesn't highlight!??</a>
Why (what's the intent behind) unicode character doesn't highlight when the other text hightlights?
a:hover
{
color: #ffd800;
}
<a href="#">Some text that is hightlighted but why this symbol doesn't highlight!??</a>
That symbol is called emoji (extended unicode). It's colorful right now when displayed on Chrome, Opera, Safari..., so you CANNOT change its color. If you look at that symbol carefully, you can see its color is gray with black border (on Windows, it's different on MacOS,...). If you check it on IE/Edge, may be you can see the change (because IE/Edge don't support colorful emoji right now).