Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

147
Views
convert css unicode to js

I have a couple of emoji unicodes that works well in css:

    content: "\f410"
    content: "\f2d1"

I tries to output it with javascript, but I failed, I will be so grateful for any suggestion you may offer.

console.log('\f410');
console.log('\Uf410');
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

It should be console.log('\uf410');, lower case u.

ps: and maybe you also like something like: console.log(String.fromCharCode(parseInt('f410',16))).

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!