| Nombre del símbolo | Latin Capital Letter Old Polish O |
| Versión Unicode | 14.0 |
| Unicode | U+A7C0 |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| UTF-8 | EA 9F 80 |
| UTF-16 | A7C0 |
| UTF-32 | 0000A7C0 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTEROLDPOLISHO}4\end{document}Puedes escribir el símbolo latin capital letter old polish o en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 42944 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter old polish o", or use Unicode Hex Input with A7C0.
Ctrl + Shift + U, type a7c0, 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-capital-letter-old-polish-o::before { content: "\A7C0"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ꟁ</span>La representación del símbolo Latin Capital Letter Old Polish O en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uA7C0' or String.fromCodePoint(42944) |
| Python | '\N{LATIN CAPITAL LETTER OLD POLISH O}' or chr(42944) |
| Rust | '\u{A7C0}' |
| C / C++ | UTF-8 source or wchar_t with U+A7C0 |
| Go | string(rune(0xA7C0)) |
| Ruby | "\u{A7C0}" |
| Código CSS |
\A7C0 |
| Código hexadecimal | 0xA7C0 |
| Código HTML | Ꟁ |
| LaTeX | \text{LATINCAPITALLETTEROLDPOLISHO} |
| Símbolo | Ꟁ |
| Codificación URL (porcentaje UTF-8) | %EA%9F%80 |
| Nombre oral / lector de pantalla | Latin Capital Letter Old Polish O |