| Symbolname | Numero Sign |
| Unicode-Version | 1.1 |
| Unicode | U+2116 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code | \2116 |
| Hexadezimalcode | 0x2116 |
| HTML-Code | № |
| LaTeX | \textnumero |
| Symbol | № |
| URL-Kodierung (UTF-8-Prozent) | %E2%84%96 |
| Ansagename (Screenreader) | Numero Sign |
| UTF-8 | E2 84 96 |
| UTF-16 | 2116 |
| UTF-32 | 00002116 |
1\documentclass{article}2\usepackage{pifont}3\textnumero4\end{document}Sie können das Symbol numero sign auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 8470 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "numero", or use Unicode Hex Input.
Ctrl + Shift + U, type 2116, then Enter (layout-dependent).
Paste from this page or create a text replacement shortcut.
Paste from this page or use extended symbol panels where available.
1span.numero::before { content: "\2116"; }1<span>№</span>Die Darstellung des Symbols Numero Sign in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2116' or String.fromCodePoint(0x2116) |
| Python | '\N{NUMERO SIGN}' or chr(8470) |
| Rust | '\u{2116}' |
| C / C++ | UTF-8 source or wchar_t with U+2116 |
| Go | string(rune(0x2116)) |
| Ruby | "\u2116" |