Skip to main content

Marks

Category: M
0 matching code points

Nonspacing or spacing characters that attach to or graphically enclose a base character, including diacritics, vowel signs, and enclosing marks.

🔍

No matching characters found

No characters match your current search or filter criteria in the Mark category.

Reset Filters

Technical Classification & Regex Reference

Normative Classification Semantics

In the Unicode Character Database, 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.

Regular Expression Matching

In modern regular expression engines (PCRE, Python, ECMAScript, Java, Rust, .NET), match characters belonging to this category with:

\p{M} // Matches any Mark
Standards Provenance: Property data derived from the official Unicode Character Database (General_Category (M)), Unicode Standard Version 17.0.
Data Sources Unicode Consortium UAX #44 ↗
Copied to clipboard!