| Nom du symbole | Hangul Syllable Aess |
| Version Unicode | 2.0 |
| Unicode | U+C57A |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \C57A |
| Code hexadécimal | 0xC57A |
| Code HTML | 앺 |
| LaTeX | \hangul{C57A} |
| Symbole | 앺 |
| Encodage URL (pourcent UTF-8) | %EC%95%BA |
| Nom oral / lecteur d’écran | Hangul Syllable Aess |
| UTF-8 | EC 95 BA |
| UTF-16 | C57A |
| UTF-32 | 0000C57A |
1\documentclass{article}2\usepackage{pifont}3\hangul{C57A}4\end{document}Vous pouvez saisir le symbole hangul syllable aess sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 50554 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable aess", or use Unicode Hex Input with C57A.
Ctrl + Shift + U, type c57a, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-aess::before { content: "\C57A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>앺</span>La représentation du symbole Hangul Syllable Aess dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uC57A' or String.fromCodePoint(50554) |
| Python | '\N{HANGUL SYLLABLE AESS}' or chr(50554) |
| Rust | '\u{C57A}' |
| C / C++ | UTF-8 source or wchar_t with U+C57A |
| Go | string(rune(0xC57A)) |
| Ruby | "\u{C57A}" |