html_special_characters
The html_special_characters filter converts only special characters to their HTML entity. (& " ' < >)
This filter is unique to Aptuitiv. It is not part of the core Twig functionality.
{{ 'Only &, <, >, " and \' will be converted'|html_special_chars }}