| Nom du symbole | Hangul Syllable Am |
| Version Unicode | 2.0 |
| Unicode | U+C554 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \C554 |
| Code hexadécimal | 0xC554 |
| Code HTML | 암 |
| LaTeX | \hangul{C554} |
| Symbole | 암 |
| Encodage URL (pourcent UTF-8) | %EC%95%94 |
| Nom oral / lecteur d’écran | Hangul Syllable Am |
| UTF-8 | EC 95 94 |
| UTF-16 | C554 |
| UTF-32 | 0000C554 |
1\documentclass{article}2\usepackage{pifont}3\hangul{C554}4\end{document}Vous pouvez saisir le symbole hangul syllable am sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 50516 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable am", or use Unicode Hex Input with C554.
Ctrl + Shift + U, type c554, 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-am::before { content: "\C554"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>암</span>La représentation du symbole Hangul Syllable Am dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uC554' or String.fromCodePoint(50516) |
| Python | '\N{HANGUL SYLLABLE AM}' or chr(50516) |
| Rust | '\u{C554}' |
| C / C++ | UTF-8 source or wchar_t with U+C554 |
| Go | string(rune(0xC554)) |
| Ruby | "\u{C554}" |