Another method of entering special characters is using the syntax <#hex_code>. The hex_code stands for a two-character mark in a hexadecimal numerical system. The appropriate values go from 0 (decimal 0) to FF (decimal 255).
Example 138. Example
<#BC> (decimal 188) would be the same as <FNC1>, as they both would encode the character with ASCII code 0188.