Unicodekarakterkódok
Unicodekarakterkódok refer to the numerical values assigned to each character within the Unicode standard. Unicode is a universal character encoding standard that aims to represent every character used in virtually all the world's writing systems, as well as technical symbols and emojis. When a character is encoded using Unicode, it is assigned a unique number, known as a code point. These code points are typically represented in hexadecimal format, often preceded by "U+". For example, the uppercase letter 'A' has the Unicode code point U+0041, and the Euro symbol '€' has the code point U+20AC.
These code points are then translated into actual byte sequences by specific encoding schemes, such as UTF-8,