DEV Community

manu
manu

Posted on • Edited on

4 1

Yes, these are emoji buttons

Take a look at this horrid button in CSS. Click on it.

<button style="padding:0;border:0;background:transparent;outline:0;font-size: 100px" onclick="if(this.innerText=='🔲'){this.innerText='🔳'}else {this.innerText='🔲'}">🔲</button>
Enter fullscreen mode Exit fullscreen mode

The purpose of this post is to let you know that you can use emojis in JavaScript, CSS, and HTML.

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more