| Symbolname | Armenian Apostrophe |
| Unicode-Version | 1.1 |
| Unicode | U+055A |
| Unicode-Block | |
| Allgemeine Kategorie | Other Punctuation (Po) |
| CSS-Code |
| UTF-8 | D5 9A |
| UTF-16 | 055A |
| UTF-32 | 0000055A |
1\documentclass{article}2\usepackage{pifont}3\text{ARMENIANAPOSTROPHE}4\end{document}Sie können das Symbol armenian apostrophe auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 1370 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "armenian apostrophe", or use Unicode Hex Input with 055A.
Ctrl + Shift + U, type 055a, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with bracket and quote support.
1span.armenian-apostrophe::before { content: "\055A"; }1<span>՚</span>Die Darstellung des Symbols Armenian Apostrophe in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u055A' or String.fromCodePoint(1370) |
| Python | '\N{ARMENIAN APOSTROPHE}' or chr(1370) |
| Rust | '\u{055A}' |
| C / C++ | UTF-8 source or wchar_t with U+055A |
| Go | string(rune(0x055A)) |
| Ruby | "\u{055A}" |
\055A |
| Hexadezimalcode | 0x055A |
| HTML-Code | ՚ |
| LaTeX | \text{ARMENIANAPOSTROPHE} |
| Symbol | ՚ |
| URL-Kodierung (UTF-8-Prozent) | %D5%9A |
| Ansagename (Screenreader) | Armenian Apostrophe |