Unicode converter

Feb1
  • Share/Bookmark

Difficulty: ★☆☆☆☆

I found a handy unicode converter online. This might become handy when for encoding UTF-8 characters in Javascript/JSON objects. (such as for example the € sign. which becomes: “\u20ac”

http://people.w3.org/rishida/scripts/uniview/conversion.php



Leave a comment