| Symbolname | Latin Small Letter Old Polish O |
| Unicode-Version | 14.0 |
| Unicode | U+A7C1 |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| CSS-Code |
| UTF-8 | EA 9F 81 |
| UTF-16 | A7C1 |
| UTF-32 | 0000A7C1 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTEROLDPOLISHO}4\end{document}Sie können das Symbol latin small letter old polish o auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 42945 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter old polish o", or use Unicode Hex Input with A7C1.
Ctrl + Shift + U, type a7c1, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-small-letter-old-polish-o::before { content: "\A7C1"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꟁ</span>Die Darstellung des Symbols Latin Small Letter Old Polish O in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uA7C1' or String.fromCodePoint(42945) |
| Python | '\N{LATIN SMALL LETTER OLD POLISH O}' or chr(42945) |
| Rust | '\u{A7C1}' |
| C / C++ | UTF-8 source or wchar_t with U+A7C1 |
| Go | string(rune(0xA7C1)) |
| Ruby | "\u{A7C1}" |
\A7C1 |
| Hexadezimalcode | 0xA7C1 |
| HTML-Code | ꟁ |
| LaTeX | \text{LATINSMALLLETTEROLDPOLISHO} |
| Symbol | ꟁ |
| URL-Kodierung (UTF-8-Prozent) | %EA%9F%81 |
| Ansagename (Screenreader) | Latin Small Letter Old Polish O |