Pd
Dash Punctuation
27 characters — Punctuation group
Punctuation marks that separate words or clauses, such as hyphens and dashes.
In regular expressions, you can match any character in this category using
\p{Pd}
(Perl-compatible) or
\p{Dash Punctuation}
in languages that support named Unicode properties (Python, Java, .NET, Ruby, PHP).