Unicode block: Difference between revisions

Content deleted Content added
m Undid edits by Praisepepsiman (talk) to last revision by Symbol & Font Hunter: nonconstructive edits
Line 9:
Blocks are [[intersection (set theory)|pairwise disjoint]]; that is, they do not overlap. The starting code point and the size (number of code points) of each block are always multiples of 16; therefore, in the [[hexadecimal notation]], the starting (smallest) point is U+''xxx''0 and the ending (largest) point is U+''yyy''F, where ''xxx'' and ''yyy'' are three or more hexadecimal digits. (These constraints are intended to simplify the display of glyphs in Unicode Consortium documents, as tables with 16 columns labeled with the last hexadecimal digit of the code point.<ref name=uniblocks/>) The size of a block may range from the minimum of 16 to a maximum of 65,536 code points.
 
Every assigned code point has a glyph property called "Block", whose value is a character string naming the unique block that owns that point.<ref>[{{Cite web |title=Glossary |url=https://www.unicode.org/glossary/#B Unicode|access-date=2022-08-07 glossary]|website=www.unicode.org}}</ref> However, a block may also contain unassigned code points, usually reserved for future additions of characters that "logically" should belong to that block. Code points not belonging to any of the named blocks, e.g. in the unassigned [[Plane (Unicode)|planes]] 4–13, have the value block="No_block".<ref name=uniblocks/>
 
== Other classifications ==