Top "Unicode-escapes" questions

Use this tag for questions related to Unicode Escapes, a Unicode character Escape sequence represents a Unicode character.

Placing Unicode character in CSS content value

I have a problem. I have found the HTML code for the downwards arrow, ↓ (↓) Cool. Now I need …

css unicode symbols unicode-escapes
Convert International String to \u Codes in java

How can I convert an international (e.g. Russian) String to \u numbers (unicode numbers) e.g. \u041e\u041…

java unicode escaping unicode-escapes
Removing unicode \u2026 like characters in a string in python2.7

I have a string in python2.7 like this, This is some \u03c0 text that has to be cleaned\u2026! …

python python-2.7 non-ascii-characters python-unicode unicode-escapes
Using python's urllib.quote_plus on utf-8 strings with 'safe' arguments

I have a unicode string in python code: name = u'Mayte_Martín' I would like to use it with a …

python utf-8 sparql urllib unicode-escapes
SQLAlchemy - AttributeError: 'Table' object has no attribute replace

I am trying to extract schema from a table in one database and transfer it to another database. The following …

replace sqlalchemy attributeerror unicode-escapes
Difference in URL decode/encode UTF-8 between Java and JS/AS3 (bug!?)

I am having an issue URL decoding a UTF-8 string in Java that is encoded either with Javascript or Actionscript 3. …

java javascript encoding unicode-escapes
json.loads with escape characters

I'm trying to convert this string into python dict: q = '{"request_body": "{\\x22username\\x22:\\x222\\x22,\\x22password\\…

python json string dictionary unicode-escapes