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

120
Views
How to make it so that SpeechSynthesis avoids emojis in JavaScript?

I have this JavaScript for performing SpeechSynthesis

let utterance = new SpeechSynthesisUtterance("Hello world! ๐Ÿ‘‹");
speechSynthesis.speak(utterance);

which works!

However, I have this slight problem that the string "Hello World! ๐Ÿ‘‹" contains an emoji ๐Ÿ‘‹ and when the SpeechSynthesis happens it actually speaks out the emoji, i.e. it would say "Hello world waving hand".

Is there any way for it to filter out that ๐Ÿ‘‹ waving hand from its speech?

Do note that the provided string contains ๐Ÿ‘‹ and I have to try my best not to filter it out of the string itself but only from the speech.

about 4 years ago ยท Juan Pablo Isaza
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!