Decodes the given HTML entity to the matching Unicode characters.
public static string? DecodeEntity(ReadOnlySpan<char> entity)
The entity without & and ; symbols, for example, copy.
&
;
copy
null