There seems to be an issue with the CSS writing mode not applying correctly to the symbol '№'. Here is an example:
<html>
<head></head>
<body>
<p style="writing-mode: vertical-lr;">
Номер № 2
</p>
<body>
</html>
Despite rotating all symbols, only the symbol '№' remains unchanged. What could be causing this issue?