| Nombre del símbolo | Armenian Apostrophe |
| Versión Unicode | 1.1 |
| Unicode | U+055A |
| Bloque Unicode | |
| Categoría general | Other Punctuation (Po) |
| Código CSS |
| UTF-8 | D5 9A |
| UTF-16 | 055A |
| UTF-32 | 0000055A |
1\documentclass{article}2\usepackage{pifont}3\text{ARMENIANAPOSTROPHE}4\end{document}Puedes escribir el símbolo armenian apostrophe en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Armenian Apostrophe en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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 |
| Código hexadecimal | 0x055A |
| Código HTML | ՚ |
| LaTeX | \text{ARMENIANAPOSTROPHE} |
| Símbolo | ՚ |
| Codificación URL (porcentaje UTF-8) | %D5%9A |
| Nombre oral / lector de pantalla | Armenian Apostrophe |