Site logo

Archived topic

FontAwesome/Unicode not showing in Mobile?

3 replies · Started by Ruthanne on February 11, 2022

Viewing posts 1–4 of 4

Site: https://createit22.com

Hello! For some reason, the little right-angled arrow doesn't show in mobile. It seems to be a unicode issue, I think, though Google didn't help me resolve it.

Here's the code that gave it to me:

p.main-title:before {
	content: '\1F892';
	position: absolute;
	
	  font-family: FontAwesome;
	top: 67px;
	right: -15px;
	color: #000;
	margin-top: 15px;
	font-size: 35px;
}

And here are the images showing it on anything but mobile, and on mobile:

With the arrow

without the arrow on mobile

Any ideas? Thanks!

Hi there,

i don't see the icon on any device, and i cannot see the Font Awesome font library being loaded.
How are you adding FA icons to your site ?

Thanks for your reply! I finally gave up and just used an ordinary caret. It's working fine now. Thank you though!

Glad to hear you got it working!

This archived topic is closed to new replies.