input output

JavaScript is switched off or not working โ€” that's okay! InputOutput works fine without it.

Accessibility issues with stylized unicode characters

Unicode characters like ๐”ฑ๐”ฅ๐”ข๐”ฐ๐”ข cause accessibility issues and have a strong association with spam and scams.

You've probably landed on this page because you clicked learn more on the warning on one of the unicode text converter tools.

That's because the output of those tools cause accessibility issues.

This page exists to explain those issues โ€” and to convince you to either not use those tools, or to use them in a way that doesn't ruin people's experience of the web.

In addition to the accessibility issues โ€”ย they also have a strong association with spam and scamsย โ€” more information can be found at the bottom of the article.

What is unicode?

To a computer everything is a number.

For a computer to work with the alphabet you need to give each letter a unique number.

For different computers to work together โ€”ย they all need to agree on which letters are assigned which numbers.

Unicode is the system the world uses to make sure every computer agrees on which character is assigned which number.

Here's some examples:

  • captial A is given the number 65
  • capital B is #66
  • lowercase a is #97

The world has thousands of languages which have unicode symbols too:

  • ะ‚ is #1026
  • แ€€ is #4096
  • ใŒ€ is #13056

Unicode is also used for symbols and Emoji

  • โœฉ is #10025
  • ๐”‰ is #120073
  • ๐Ÿ˜‚ is #128514

Without a system like unicode the internet would not be possible โ€” this page would just be a mess of the wrong symbols.

Unicode mathematical symbols

Unicode has many symbols used in math and phonetics โ€”ย and these symbols often resemble stylised letters of the latin alphabet.

These are intended for use in mathematics, but instead people use them to write stylized text online โ€”ย often on social-media sites that don't have the option to use bold or italic text.

Here's an example of what it looks this text looks like (it may not render on your device)

แด›สœษชs โ’คโ’ฎ ๐˜€๐—ผ๐—บ๐—ฒ ๐”ฃ๐”ž๐”ซ๐” ๐”ถ ๐•ฅ๐•–๐•ฉ๐•ฅ ๐“‰๐’ฝ๐’ถ๐“‰ ๐Ÿ„ป๐Ÿ„พ๐Ÿ„พ๐Ÿ„บ๐Ÿ…‚ ๐š๐šž๐š—๐š”๐šข ๐Ÿ…๐Ÿ…๐Ÿ…“ ๐’˜๐’†๐’Š๐’“๐’….

It's true. It does look funky and weird โ€” but it also comes with some serious accessibility issues.

Accessibility issues

Screen readers

Screen readers are an assistive technology that reads the contents of the web aloud.

When a screen reader reads ๐•ฅ๐•™๐•–๐•ค๐•– ๐•ค๐•ช๐•ž๐•“๐• ๐•๐•ค, it doesn't interpret them visually โ€” it correctly interprets them as the symbols that they are.

So a sentence like: "please buy my plastic ๐”ค๐”ž๐”ฏ๐”Ÿ๐”ž๐”ค๐”ข" is read aloud as "please buy my plastic mathematical fraktur g mathematical fraktur a mathematical fraktur r mathematical fraktur b mathematical fraktur a mathematical fraktur g mathematical fraktur e".

Which is incredibly frustrating โ€”ย and destroys any chance of the author selling their plastic garbage to screen reader users.

Incompatible devices

Unicode contains over 100000 letters and symbols and they add more every year.

To have an image saved on your device for every single one of these symbols would take up a lot of memory โ€” and be a lot of work for the device creators.

It's not surprising that many devices don't render these symbols at all. Instead they show a bunch of squares.

This is a familiar experience for anyone who has received a message containing a brand new emoji!

How to solve these issues

Social media and messaging apps

Some social media sites and messaging apps allow you write bold and italic text โ€” and have unintentionally made this a hidden feature.

However, many sites and apps don't allow users to style text. So the simple solution is don't use these symbols โ€” I hope this article has convinced you not to.

Instead allow the content of your words to speak for themselves โ€” or just quit social media and go outside a look at a flower.

On websites

If you're new to web development and want to stylise text โ€” then you need to learn some css. You can learn more about it here โ€”ย MDN โ€”ย CSS: Cascading Style Sheets

If you need to use these symbols on your website โ€”ย like they are used on this page โ€”ย and want screen readers to read them correctlyย โ€” wrap them in an element with the aria-label attribute, like so:

<span aria-label="your text">๐•ช๐• ๐•ฆ๐•ฃ ๐•ฅ๐•–๐•ฉ๐•ฅ</span>

or if the symbols you are using a purely decorative, and have no meaning for the reader. Use an aria-hidden attribute instead.

<span aria-hidden>โœฉ</span>

Association with spam and scams

In addition to accessibility issues โ€”ย unicode symbols like these have a strong association with spam and online scams.

Spam

One of the ways email and text message spam filters detect a spam message is by searching the email's content for specific words or phrases.

Some spammers hope to avoid detection by replacing these words or specific letters in these words with stylized characters.

Because of this, many people associate these stylised characters with spam.

Confusables and homoglyph attacks

Scarier than spam. Criminal hackers use these unicode characters to trick you into giving up access to your online accounts.

For example โ€” lets say your example bank has a website with the example url example.com

Someone may send you an email pretending to be your bank asking you to log into your account. It looks real, so you click on the link โ€”ย and the link opens a website that looks identical to your bank's website.

Even the url is the same โ€”ย but it's not the same! Instead of saying example.com it says ๐šŽ๐šก๐šŠ๐š–๐š™๐š•๐šŽ.com or subtler still ะตxample.com. (this one uses a Cyrillic ะต)

This is called a homoglyph attack โ€”ย a homoglyph is a character that looks very similar to another character.

Unicode keeps a catalogue of all these homoglyphs to help people build tools to prevent such attacks. Unicode refers to them as confusables.

Avoid the association

The association with spams, scams, online crime, make these unicode character extra worthwhile not to use.

You may even find that your emails and text messages go straight to people's junk mail.