Unicode character property: Difference between revisions

Content deleted Content added
Line 22:
The first property is the hexadecimal [[code point]].
 
==Name and alias==
A Unicode character is assigned a unique '''Name''' (na).<ref name="Chapter4"/> The name is composed of uppercase letters A–Z, digits 0–9, hyphen-minus (-) and space ( ). Some sequences are excluded: names beginning with a space or hyphen, names ending with a space or hyphen, repeated spaces or hyphens, and space after hyphen are not allowed. The name is guaranteed to be unique within Unicode, and can be used to identify a code point and its character. Ideographic characters, of which there are tens of thousands, are named in the pattern "{{Smallcaps|{{lc:CJK UNIFIED IDEOGRAPH}}}}-''hhhh''". For example, {{unichar|4E00|CJK UNIFIED IDEOGRAPH-4E00}}. Formatting characters are named too: {{unichar|00A0|NO-BREAK SPACE}}.