|
The HTML entity value for that (Á) is: Á
Entities are basically, Ampersand, Hash, character code, semi-colon. You can use either decimal or hex for the character code. If using hex, just precede it with an x (like most programming languages). Octal can be unreliable with some browsers.
Hope that helps.
hint: you can use the character map program to find the character codes. Look in its status bar.
|