Curp Generator Jun 2026
A two-letter abbreviation for the state of birth (e.g., DF for Mexico City, NE for those born abroad).
/* Reduced motion */ @media (prefers-reduced-motion: reduce) *, *::before, *::after animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important;
.btn-secondary:hover border-color: var(--accent); color: var(--accent); curp generator
A sleek, functional Mexican CURP (Clave Única de Registro de Población) generator with a distinctive technical aesthetic.
// Display CURP with character animation const chars = curp.split(''); chars.forEach((char, index) => const span = document.createElement('span'); span.className = 'curp-char'; span.textContent = char; span.style.animationDelay = `$index * 30ms`; curpResult.appendChild(span); ); A two-letter abbreviation for the state of birth (e
A standard generator follows these specific steps to build the 18-character code:
.curp-char.highlight background: var(--accent); color: var(--bg); DF for Mexico City
H for Hombre (Male) or M for Mujer (Female).
Social Plugin