Sc

Currency Symbol

64 characters — Symbol group

Currency symbols such as $, £, €, and ¥.

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