| Symbolname | Latin Capital Letter Rams Horn |
| Unicode-Version | 16.0 |
| Unicode | U+A7CB |
| Unicode-Block | |
| Allgemeine Kategorie | Uppercase Letter (Lu) |
| CSS-Code |
| UTF-8 | EA 9F 8B |
| UTF-16 | A7CB |
| UTF-32 | 0000A7CB |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERRAMSHORN}4\end{document}Sie können das Symbol latin capital letter rams horn auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Latin Capital Letter Rams Horn in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |
\A7CB |
| Hexadezimalcode | 0xA7CB |
| HTML-Code | Ɤ |
| LaTeX | \text{LATINCAPITALLETTERRAMSHORN} |
| Symbol | |
| URL-Kodierung (UTF-8-Prozent) | %EA%9F%8B |
| Ansagename (Screenreader) | Latin Capital Letter Rams Horn |