'Using special characters of a font

I'm using this font https://www.1001fonts.com/thanks-valentine-personal-use-font.html called "Thanks Valentine".

In the demo it's showing how the TITLING and LIGATURE works: font demo

I tried a few things, but still I do not know how to trigger these "features" of the font. For example, I want to see the special titling T with the heart and not the regular T, yet no matter what I do I get only the regular T.



Solution 1:[1]

Windows bundled character map shows too many (multilingual) characters and it's hard to find it in the haystack. Displaying all characters of a font with CSS/Javascript just to find out which character to use could work, but looks like an overhead when there is a shorter approach.

The font website has already a feature to list all characters:

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Anton Krug