Skip to content

Instantly share code, notes, and snippets.

@SRJ9
Created January 25, 2017 10:05
Show Gist options
  • Save SRJ9/02b7ac08c1a38976f6e54edbe0e27cd8 to your computer and use it in GitHub Desktop.
Save SRJ9/02b7ac08c1a38976f6e54edbe0e27cd8 to your computer and use it in GitHub Desktop.
Acentos en Unicode para JS
# https://eddoinfotips.wordpress.com/2010/03/23/acentos-unicode-para-el-javascript/
\u00e1 = á
\u00e9 = é
\u00ed = í
\u00f3 = ó
\u00fa = ú
\u00c1 = Á
\u00c9 = É
\u00cd = Í
\u00d3 = Ó
\u00da = Ú
\u00f1 = ñ
\u00d1 = Ñ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment