{"title":"unescape - Liquid Filter Reference","slug":"unescape-filter-reference","url":"https://support.storeconnect.com/articles/unescape-filter-reference","url_markdown":"https://support.storeconnect.com/articles/unescape-filter-reference.md","subtitle":null,"summary":"Converts HTML-escaped entities back into their original characters. Use `unescape` to reverse the effect of the `escape` filter.","type":"Developer_Documentation","video_url":"","keywords":"liquid, filters, unescape, text, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nUnescapes HTML escaped text.\n\n| Property | Value |\n|----------|-------|\n| **Return Type** | string |\n| **Category** | text |\n\n## Examples\n\n\n```liquid\n\n{{ \"\u0026lt;a href=\u0026quot;/shop\u0026quot;\u0026gt;Click here\u0026lt;/a\u0026gt;\" | unescape }}\n```\n\n\n**Output:** `\u003ca href=\"/shop\"\u003eClick here\u003c/a\u003e`"}