Unicode displaying strange in Edge [duplicate]












0
















This question already has an answer here:




  • How to prevent emojis rendering in Edge

    1 answer




What I want it to look like:



Expected



What it looks like in Edge:



Actual



The Unicode character is ▶



I am assuming edge is just trying to be clever and displaying their own image for my unicode character. How do I prevnt this nonesense. I have googled with no avail.










share|improve this question















marked as duplicate by Sebastian Brosch, Álvaro González, TylerH css
Users with the  css badge can single-handedly close css questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Jan 26 at 22:02


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.



















  • When you write Unicode characters, please add also the Unicode codepoint number.

    – Giacomo Catenazzi
    Jan 21 at 11:26
















0
















This question already has an answer here:




  • How to prevent emojis rendering in Edge

    1 answer




What I want it to look like:



Expected



What it looks like in Edge:



Actual



The Unicode character is ▶



I am assuming edge is just trying to be clever and displaying their own image for my unicode character. How do I prevnt this nonesense. I have googled with no avail.










share|improve this question















marked as duplicate by Sebastian Brosch, Álvaro González, TylerH css
Users with the  css badge can single-handedly close css questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Jan 26 at 22:02


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.



















  • When you write Unicode characters, please add also the Unicode codepoint number.

    – Giacomo Catenazzi
    Jan 21 at 11:26














0












0








0









This question already has an answer here:




  • How to prevent emojis rendering in Edge

    1 answer




What I want it to look like:



Expected



What it looks like in Edge:



Actual



The Unicode character is ▶



I am assuming edge is just trying to be clever and displaying their own image for my unicode character. How do I prevnt this nonesense. I have googled with no avail.










share|improve this question

















This question already has an answer here:




  • How to prevent emojis rendering in Edge

    1 answer




What I want it to look like:



Expected



What it looks like in Edge:



Actual



The Unicode character is ▶



I am assuming edge is just trying to be clever and displaying their own image for my unicode character. How do I prevnt this nonesense. I have googled with no avail.





This question already has an answer here:




  • How to prevent emojis rendering in Edge

    1 answer








html css unicode microsoft-edge






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 26 at 22:02









TylerH

15.8k105368




15.8k105368










asked Jan 20 at 15:13









cryptodescriptorcryptodescriptor

37




37




marked as duplicate by Sebastian Brosch, Álvaro González, TylerH css
Users with the  css badge can single-handedly close css questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Jan 26 at 22:02


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









marked as duplicate by Sebastian Brosch, Álvaro González, TylerH css
Users with the  css badge can single-handedly close css questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Jan 26 at 22:02


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.















  • When you write Unicode characters, please add also the Unicode codepoint number.

    – Giacomo Catenazzi
    Jan 21 at 11:26



















  • When you write Unicode characters, please add also the Unicode codepoint number.

    – Giacomo Catenazzi
    Jan 21 at 11:26

















When you write Unicode characters, please add also the Unicode codepoint number.

– Giacomo Catenazzi
Jan 21 at 11:26





When you write Unicode characters, please add also the Unicode codepoint number.

– Giacomo Catenazzi
Jan 21 at 11:26












1 Answer
1






active

oldest

votes


















0














You might find some insight in this thread. As it turns out, there is a workaround, but you would need to change the font-family, at least for your symbol (assuming that you wrap your icon in <span> element with icon class) :



.icon {
font-family: "Segoe UI Symbol";
}





share|improve this answer
























  • Thankyou. I read that thread but turns out I missed that comment.

    – cryptodescriptor
    Jan 20 at 15:51


















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














You might find some insight in this thread. As it turns out, there is a workaround, but you would need to change the font-family, at least for your symbol (assuming that you wrap your icon in <span> element with icon class) :



.icon {
font-family: "Segoe UI Symbol";
}





share|improve this answer
























  • Thankyou. I read that thread but turns out I missed that comment.

    – cryptodescriptor
    Jan 20 at 15:51
















0














You might find some insight in this thread. As it turns out, there is a workaround, but you would need to change the font-family, at least for your symbol (assuming that you wrap your icon in <span> element with icon class) :



.icon {
font-family: "Segoe UI Symbol";
}





share|improve this answer
























  • Thankyou. I read that thread but turns out I missed that comment.

    – cryptodescriptor
    Jan 20 at 15:51














0












0








0







You might find some insight in this thread. As it turns out, there is a workaround, but you would need to change the font-family, at least for your symbol (assuming that you wrap your icon in <span> element with icon class) :



.icon {
font-family: "Segoe UI Symbol";
}





share|improve this answer













You might find some insight in this thread. As it turns out, there is a workaround, but you would need to change the font-family, at least for your symbol (assuming that you wrap your icon in <span> element with icon class) :



.icon {
font-family: "Segoe UI Symbol";
}






share|improve this answer












share|improve this answer



share|improve this answer










answered Jan 20 at 15:34









Piotr WicijowskiPiotr Wicijowski

7366




7366













  • Thankyou. I read that thread but turns out I missed that comment.

    – cryptodescriptor
    Jan 20 at 15:51



















  • Thankyou. I read that thread but turns out I missed that comment.

    – cryptodescriptor
    Jan 20 at 15:51

















Thankyou. I read that thread but turns out I missed that comment.

– cryptodescriptor
Jan 20 at 15:51





Thankyou. I read that thread but turns out I missed that comment.

– cryptodescriptor
Jan 20 at 15:51





Popular posts from this blog

Liquibase includeAll doesn't find base path

How to use setInterval in EJS file?

Petrus Granier-Deferre