How Can i Add Naira Currency Symbol in my Adobe Form
Hello all, please I need someone to assist me in looking at the following currency script for Naira, I have searched and tried several approaches but don’t know why am not getting the right result in my form, the following is the script I picked from Thom_Parker's post on the same topic, from the following link: https://acrobatusers.com/tutorials/formatting_text_fields/, but it still did not work on my form.
event.value = String.fromCharCode(0x0A3) + event.value;
which by the above script description the following should give me the Naira currency symbol i need:
event.value = String.fromCharCode(0x20A6) + event.value;
but instead, i get a bullet circle symbol on the field. i have used three different font type: "Open Sans", "Helvetica", and "Arial" but none of them gave me the sign, i have equally worked another clean page with a singular form field, yet i got the same result.
The following picture is how my currency symbol should look like this:

Please i will appreciate any support in this direction. Thanks!

