Abu Sayed
Musician | Singer | Lyricist | Composer | Music Producer | Web | Game | XR & Blockchain Developer
Tag Archives: Unicode
Use Unicode characters for bullet factors in CSS utilizing ::marker
I used to be enjoying round with making some <ul>s on an HTML web page lately, and sometimes once I wish to exchange the bullet factors with an emoji or an SVG or one thing, I am going to write one thing like: ul { list-style-type: none; } ul li:earlier than { content material:”2713″; }…
A quick information to perl character encoding

Credit I initially wrote this at work, after my workforce spent far too many days yelling on the pc due to Mojibake. Because of my employer for permitting me to publish it, and the a number of colleagues who supplied useful suggestions. Any errors are, naturally, not their fault. Desk of Contents 12:45. Restate my…
5 methods to implement case-insensitive search in SQLite with full Unicode assist

Lately I wanted a case-insensitive search in SQLite to verify if an merchandise with the identical title already exists in one in every of my tasks – listOK. At first, it appeared like a easy job, however upon deeper dive, it turned out to be simple, however not easy in any respect, with many twists…
Unicode Characters – JavaScript Developer

Unicode Characters Immediately, I noticed a brief video of an issue in javascript.Video link-https://youtu.be/EtWgLQIlhOgJavaScrpt puzzle: What would be the output of this JavaScript program:var a;а = 0;a++;alert(а) If you happen to suppose the reply is 1, WRONG!! Attempt to run it your self and verify! This video provides the reason, why the reply just isn’t…
Evaluating strings – What can go unsuitable #unicode – JavaScript Developer

Evaluating strings – What can go unsuitable #unicode Experiment For this experiment, please have a mac prepared and open this sandbox: https://codesandbox.io/s/string-comparison-unicode-bl9q7. Create a file with the identical identify because the variable NAME_FILE_LIKE_THIS (Jalapeño.txt) and add it to the sandbox. The onChange occasion will get triggered and the uploaded file identify is in contrast with…
Unicode mood selector (star rating system) – Developers Feed

Unicode mood selector (star rating system) There have been several posts written this week about star ratings, as part of the “Star (rating) Wars”. I’ve written a couple of articles first how to make an accessible star rating system and then a follow up about how to make it a little more interesting with animations….
Star-rating using Unicode stars – Developers Feed

Star-rating using Unicode stars You might not have known this but over the past week there has been a shadow war taking place right here, on Dev, ok it’s not that serious but a few people have been released posts about how to make star rating components with html and css (and JS if you…
Learning Python-Basic course: Day 8, Unicode in Python – Python Dev Feed

Learning Python-Basic course: Day 8, Unicode in Python 🤟 Welcome! Till now, we have dealt enough with numbers. Now is the time to add Unicode to our arsenal.😎 Unicode in Python Python and Java support Unicode characters.😃 The ord() method converts a character into its Unicode code. It takes one argument: a string containing a…