Unicode. Replace omg 😂 by BUTTERFLY 🦋 (2026)
Unicode. Replace omg 😂 by BUTTERFLY 🦋
Unicode, technical writing, programing languages.
massive updates. removing the character: FACE WITH TEARS OF JOY 😂 (codepoint 128514, #o373002, #x1f602) to BUTTERFLY 🦋 (codepoint 129419, #o374613, #x1f98b) in all code examples and tech docs.
because the butterfly is more unique, easy to identify. while 😂 is among a hundred faces.
- JS: String.prototype.split
- JS: Unicode Escape Sequence
- JS: String Index Code Unit
- JS: Regular Expression Flags
- JS DOM: escape, unescape ❌
- JS DOM: encodeURI, decodeURI
- JS: String.prototype.padStart
- JS: String.prototype.codePointAt (Char to Char ID) ❌
- JS: String.prototype.charCodeAt (Char to Char ID) ❌
- JS: String.fromCharCode (Char ID to Char) ❌