| Symbolname | Single Low-9 Quotation Mark |
| Unicode-Version | 1.1 |
| Unicode | U+201A |
| Unicode-Block | |
| Allgemeine Kategorie | Open Punctuation (Ps) |
| CSS-Code |
| UTF-8 | E2 80 9A |
| UTF-16 | 201A |
| UTF-32 | 0000201A |
1\documentclass{article}2\usepackage{pifont}3\text{SINGLELOW-9QUOTATIONMARK}4\end{document}Sie können das Symbol single low-9 quotation mark auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 8218 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "single low-9 quotation mark", or use Unicode Hex Input with 201A.
Ctrl + Shift + U, type 201a, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with bracket and quote support.
1span.single-low-9-quotation-mark::before { content: "\201A"; }1<span>‚</span>Die Darstellung des Symbols Single Low-9 Quotation Mark in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u201A' or String.fromCodePoint(8218) |
| Python | '\N{SINGLE LOW-9 QUOTATION MARK}' or chr(8218) |
| Rust | '\u{201A}' |
| C / C++ | UTF-8 source or wchar_t with U+201A |
| Go | string(rune(0x201A)) |
| Ruby | "\u{201A}" |
\201A |
| Hexadezimalcode | 0x201A |
| HTML-Code | ‚ |
| LaTeX | \text{SINGLELOW-9QUOTATIONMARK} |
| Symbol | ‚ |
| URL-Kodierung (UTF-8-Prozent) | %E2%80%9A |
| Ansagename (Screenreader) | Single Low-9 Quotation Mark |