Zum Hauptinhalt springen

Control Characters

Kategorie: Cc
64 matching code points Hauptklasse: Other (C)

A C0 or C1 control code originating from ISO/IEC 6429 and ASCII (e.g., NUL, TAB, LF, CR, ESC), with no graphical glyph representation.

Codepunkt Bezeichnung / Kürzel Zeichenname Block Aktion
U+0001 CONTROL <control> Basic Latin
U+0002 CONTROL <control> Basic Latin
U+0003 CONTROL <control> Basic Latin
U+0004 CONTROL <control> Basic Latin
U+0005 CONTROL <control> Basic Latin
U+0006 CONTROL <control> Basic Latin
U+0007 CONTROL <control> Basic Latin
U+0008 CONTROL <control> Basic Latin
U+0009 TAB <control> Basic Latin
U+000A LINE FEED <control> Basic Latin
U+000B VERTICAL TAB <control> Basic Latin
U+000C FORM FEED <control> Basic Latin
U+000D CARRIAGE RETURN <control> Basic Latin
U+000E CONTROL <control> Basic Latin
U+000F CONTROL <control> Basic Latin
U+0010 CONTROL <control> Basic Latin
U+0011 CONTROL <control> Basic Latin
U+0012 CONTROL <control> Basic Latin
U+0013 CONTROL <control> Basic Latin
U+0014 CONTROL <control> Basic Latin
U+0015 CONTROL <control> Basic Latin
U+0016 CONTROL <control> Basic Latin
U+0017 CONTROL <control> Basic Latin
U+0018 CONTROL <control> Basic Latin
U+0019 CONTROL <control> Basic Latin
U+001A SEQUENCE <control> Basic Latin
U+001B CONTROL <control> Basic Latin
U+001C CONTROL <control> Basic Latin
U+001D CONTROL <control> Basic Latin
U+001E CONTROL <control> Basic Latin
U+001F CONTROL <control> Basic Latin
U+007F DELETE <control> Basic Latin
U+0080 CONTROL <control> Latin-1 Supplement
U+0081 CONTROL <control> Latin-1 Supplement
U+0082 CONTROL <control> Latin-1 Supplement
U+0083 CONTROL <control> Latin-1 Supplement
U+0084 CONTROL <control> Latin-1 Supplement
U+0085 NEL <control> Latin-1 Supplement
U+0086 CONTROL <control> Latin-1 Supplement
U+0087 CONTROL <control> Latin-1 Supplement
U+0088 CONTROL <control> Latin-1 Supplement
U+0089 CONTROL <control> Latin-1 Supplement
U+008A CONTROL <control> Latin-1 Supplement
U+008B CONTROL <control> Latin-1 Supplement
U+008C CONTROL <control> Latin-1 Supplement
U+008D CONTROL <control> Latin-1 Supplement
U+008E CONTROL <control> Latin-1 Supplement
U+008F CONTROL <control> Latin-1 Supplement
U+0090 CONTROL <control> Latin-1 Supplement
U+0091 CONTROL <control> Latin-1 Supplement
U+0092 CONTROL <control> Latin-1 Supplement
U+0093 CONTROL <control> Latin-1 Supplement
U+0094 CONTROL <control> Latin-1 Supplement
U+0095 CONTROL <control> Latin-1 Supplement
U+0096 CONTROL <control> Latin-1 Supplement
U+0097 CONTROL <control> Latin-1 Supplement
U+0098 CONTROL <control> Latin-1 Supplement
U+0099 CONTROL <control> Latin-1 Supplement
U+009A CONTROL <control> Latin-1 Supplement
U+009B CONTROL <control> Latin-1 Supplement
U+009C CONTROL <control> Latin-1 Supplement
U+009D CONTROL <control> Latin-1 Supplement
U+009E CONTROL <control> Latin-1 Supplement
U+009F CONTROL <control> Latin-1 Supplement

Unicode-Blockverteilung

Control-Zeichen sind über 2 Unicode-Blöcke verteilt.

Verteilung nach Schrift & Schriftsystem

Control-Zeichen umfassen 1 Schriftsysteme.

Technische Klassifikation & Regex-Referenz

Normative Klassifikationssemantik

In der Unicode Character Database ist General_Category is the primary normative classification assigned to every code point. As noted in Unicode Standard Annex #44, this property reflects a character’s primary linguistic or functional usage, but does not capture every contextual use in real-world typography.

Abgleich mit regulären Ausdrücken

In modernen Regex-Engines (PCRE, Python, ECMAScript, Java, Rust, .NET) gleichen Sie Zeichen dieser Kategorie ab mit:

\p{Cc} // Matches any Control
Standards-Herkunft: Eigenschaftsdaten abgeleitet aus der offiziellen Unicode Character Database (General_Category (Cc)), Unicode-Standard-Version 17.0.
Datenquellen Unicode Consortium UAX #44 ↗
In die Zwischenablage kopiert!