Specials (Unicode block)

Unicode block containing some special codepoints and two non-characters From Wikipedia, the free encyclopedia

Specials is a short Unicode block of characters allocated at the very end of the Basic Multilingual Plane, at U+FFF0–FFFF, containing these code points:

  • U+FFF9 INTERLINEAR ANNOTATION ANCHOR, marks start of annotated text
  • U+FFFA INTERLINEAR ANNOTATION SEPARATOR, marks start of annotating character(s)
  • U+FFFB INTERLINEAR ANNOTATION TERMINATOR, marks end of annotation block
  • U+FFFC OBJECT REPLACEMENT CHARACTER, placeholder in the text for another unspecified object, for example in a compound document.
  • U+FFFD REPLACEMENT CHARACTER used to replace an unknown, unrecognised, or unrepresentable character
  • U+FFFE <noncharacter-FFFE> not a character.
  • U+FFFF <noncharacter-FFFF> not a character.
RangeU+FFF0..U+FFFF
(16 code points)
PlaneBMP
ScriptsCommon
Assigned5 code points
Quick facts Range, Plane ...
Specials
RangeU+FFF0..U+FFFF
(16 code points)
PlaneBMP
ScriptsCommon
Assigned5 code points
Unused9 reserved code points
2 non-characters
Unicode Version History
1.0.0 (1991)1 (+1)
2.1 (1998)2 (+1)
3.0 (1999)5 (+3)
Unicode documentation
Code chart ∣ Web page
Note: [1][2]
Close

U+FFFE <noncharacter-FFFE> and U+FFFF <noncharacter-FFFF> are noncharacters, meaning they are reserved but do not cause ill-formed Unicode text. Versions of the Unicode standard from 3.1.0 to 6.3.0 claimed that these characters should never be interchanged, leading some applications to use them to guess text encoding by interpreting the presence of either as a sign that the text is not Unicode. However, Corrigendum #9 later specified that noncharacters are not illegal and so this method of checking text encoding is incorrect.[3] An example of an internal usage of U+FFFE is the CLDR algorithm; this extended Unicode algorithm maps the noncharacter to a minimal, unique primary weight.[4]

Unicode's U+FEFF ZERO WIDTH NO-BREAK SPACE character can be inserted at the beginning of a Unicode text as a byte order mark to signal its endianness: a program reading a text encoded in for example UTF-16 and encountering U+FFFE <noncharacter-FFFE> would then know that it should switch the byte order for all the following characters.

Its block name in Unicode 1.0 was Special.[5]

Replacement character

Replacement character

The replacement character (often displayed as a rhombus with a question mark) is a symbol found in the Unicode standard at code point U+FFFD in the Specials table. It is used to indicate problems when a system is unable to render a stream of data to correct symbols.[6]

At one time, the replacement character was often used when there was no glyph available in a font for that character, as in font substitution. However, most modern text rendering systems instead use a font's .notdef character, which in most cases is an empty box, or a ? or X in a box[7] (this browser displays 􏿾 for U+10FFEE), sometimes called a "tofu". There is no Unicode code point for this symbol.

Thus the replacement character is now only seen for encoding errors.

As an example, an E-mail message that is encoded in Windows-1252 and contains non-breaking spaces in it will contain the byte 0xA0 for each non-breaking space. The message is then opened in a client that assumes the input is UTF-8. Since bytes between 0x80 and 0xFF are not valid as standalone bytes in UTF-8, the client opening this message could replace these bytes with the replacement character to produce a valid string of Unicode code points for display.[8]

The replacement character (0xEF 0xBF 0xBD) may get written out if the viewer saves or copies the text; these three bytes will then replace every encoding error. Even if the result is viewed as Windows-1252, these will now all display identically as �.[8] As all UTF-8 encoding errors are turned into the same sequence, it is impossible to recover the original text. Some software programs translate invalid UTF-8 bytes to matching characters in Windows-1252 (since that is the most common source of these errors) or into U+CDxx, so less information is lost,[citation needed] and the result that the replacement character is never seen.

Unicode chart

Specials[1][2][3]
Official Unicode Consortium code chart (PDF)
 0123456789ABCDEF
U+FFFx IAA IAS IAT
Notes
1.^As of Unicode version 17.0
2.^Grey areas indicate non-assigned code points
3.^Black areas indicate noncharacters (code points that are guaranteed never to be assigned as encoded characters in the Unicode Standard)

History

The following Unicode-related documents record the purpose and process of defining specific characters in the Specials block:

More information Version, Final code points ...
Close

See also

References

Related Articles

Wikiwand AI