| Nom du symbole | Latin Capital Letter Rams Horn |
| Version Unicode | 16.0 |
| Unicode | U+A7CB |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole latin capital letter rams horn sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Latin Capital Letter Rams Horn dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\A7CB |
| Code hexadécimal | 0xA7CB |
| Code HTML | Ɤ |
| LaTeX | \text{LATINCAPITALLETTERRAMSHORN} |
| Symbole | |
| Encodage URL (pourcent UTF-8) | %EA%9F%8B |
| Nom oral / lecteur d’écran | Latin Capital Letter Rams Horn |