| Nome del simbolo | Armenian Apostrophe |
| Versione Unicode | 1.1 |
| Unicode | U+055A |
| Blocco Unicode | |
| Categoria generale | Other Punctuation (Po) |
| Codice CSS |
| UTF-8 | D5 9A |
| UTF-16 | 055A |
| UTF-32 | 0000055A |
1\documentclass{article}2\usepackage{pifont}3\text{ARMENIANAPOSTROPHE}4\end{document}Puoi digitare il simbolo armenian apostrophe sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Armenian Apostrophe nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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 |
| Codice esadecimale | 0x055A |
| Codice HTML | ՚ |
| LaTeX | \text{ARMENIANAPOSTROPHE} |
| Simbolo | ՚ |
| Codifica URL (percentuale UTF-8) | %D5%9A |
| Nome parlato / screen reader | Armenian Apostrophe |