Tag: unicode
All the articles with the tag "unicode".
How to slice or get symbols from a unicode string with emojis in JavaScript? Lets learn how JavaScript represent strings
Published:Β atΒ 09:13 AMEverybody loves JavaScript (or not)! It's easy, powerful and fun (or not) but then one day you found something weird that makes you learn something new and that's fine (or not). If you don't know why `"π".charAt(0)` returns `οΏ½` or why `"π".length` is equal 2 then this article if for you. Do you really know how to handle strings in JavaScript?