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