I want to return the utf-8 tick character ✔
✔ in my ruby method.
I reason I am doing it in my method is because I need that character in an excel column generated by rails axlsx.
I know we can use the content_tag to return html block tag, but not sure how I can use it to return the utf-8 character. If there is an alternative can someone please suggest me one.