Unicode Escape

FAQ

Can you show examples of the supported formats?

  • Unicode (\uXXXX / U+...): for example, A → \u0041 and 😀 → \u{1F600}
  • HTML entity (hex) (&#xXXXX;): for example, 你 → 你
  • HTML entity (dec) (&#DDDD;): for example, 你 → 你
  • HTML named entities (  etc.): for example, space →   and < → <
  • CSS escape (\4f60 ): for example, 你 → \4f60

Is my data uploaded to a server?

No. All conversions happen locally in your browser and nothing is uploaded to a server.