| Symbolname | Hangul Syllable Ams |
| Unicode-Version | 2.0 |
| Unicode | U+C556 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \C556 |
| Hexadezimalcode | 0xC556 |
| HTML-Code | 앖 |
| LaTeX | \hangul{C556} |
| Symbol | 앖 |
| URL-Kodierung (UTF-8-Prozent) | %EC%95%96 |
| Ansagename (Screenreader) | Hangul Syllable Ams |
| UTF-8 | EC 95 96 |
| UTF-16 | C556 |
| UTF-32 | 0000C556 |
1\documentclass{article}2\usepackage{pifont}3\hangul{C556}4\end{document}Sie können das Symbol hangul syllable ams auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 50518 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ams", or use Unicode Hex Input with C556.
Ctrl + Shift + U, type c556, 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-ams::before { content: "\C556"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>앖</span>Die Darstellung des Symbols Hangul Syllable Ams in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uC556' or String.fromCodePoint(50518) |
| Python | '\N{HANGUL SYLLABLE AMS}' or chr(50518) |
| Rust | '\u{C556}' |
| C / C++ | UTF-8 source or wchar_t with U+C556 |
| Go | string(rune(0xC556)) |
| Ruby | "\u{C556}" |