| Symboolnaam | Latin Capital Letter Rams Horn |
| Unicode-versie | 16.0 |
| Unicode | U+A7CB |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het latin capital letter rams horn-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Latin Capital Letter Rams Horn-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0xA7CB |
| HTML-code | Ɤ |
| LaTeX | \text{LATINCAPITALLETTERRAMSHORN} |
| Symbool | |
| URL-codering (UTF-8 procent) | %EA%9F%8B |
| Uitgesproken naam / schermlezer | Latin Capital Letter Rams Horn |