unicodes
Unicodes is not a standard term; in practice, the correct term is Unicode. When people refer to “Unicodes,” they may mean individual Unicode code points or the set of characters encoded by the Unicode Standard. Unicode is a universal character encoding system that assigns a unique code point to each character or symbol used in writing systems, technical notation, punctuation, and symbols.
A code point is an abstract numeric value, written in the form U+XXXX. The Unicode code space
In practice, Unicode characters are stored in computers using encodings such as UTF-8, UTF-16, or UTF-32. UTF-8
Unicode also defines character properties, normalization forms (NFC, NFD, NFKC, NFKD) to enable canonical equivalence, and
Governance and development are overseen by the Unicode Consortium, which coordinates updates, new characters, and compatibility