Pc

Connector Punctuation

10 characters — Punctuation group

Punctuation marks that connect words, such as the underscore.

In regular expressions, you can match any character in this category using \p{Pc} (Perl-compatible) or \p{Connector Punctuation} in languages that support named Unicode properties (Python, Java, .NET, Ruby, PHP).