in reply to Question On Unicode characters

/Haõt/
/Ha\N{U+00F5}t/
/Ha\N{LATIN SMALL LETTER O WITH TILDE}t/

If you encode your source file using UTF-8, don't forget to let Perl know by using use utf8;