| Nom du symbole | Armenian Apostrophe |
| Version Unicode | 1.1 |
| Unicode | U+055A |
| Bloc Unicode | |
| Catégorie générale | Other Punctuation (Po) |
| Code CSS |
| UTF-8 | D5 9A |
| UTF-16 | 055A |
| UTF-32 | 0000055A |
1\documentclass{article}2\usepackage{pifont}3\text{ARMENIANAPOSTROPHE}4\end{document}Vous pouvez saisir le symbole armenian apostrophe sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Armenian Apostrophe dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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 |
| Code hexadécimal | 0x055A |
| Code HTML | ՚ |
| LaTeX | \text{ARMENIANAPOSTROPHE} |
| Symbole | ՚ |
| Encodage URL (pourcent UTF-8) | %D5%9A |
| Nom oral / lecteur d’écran | Armenian Apostrophe |