| Symboolnaam | Hangul Syllable Aelm |
| Unicode-versie | 2.0 |
| Unicode | U+C56A |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \C56A |
| Hexadecimale code | 0xC56A |
| HTML-code | 앪 |
| LaTeX | \hangul{C56A} |
| Symbool | 앪 |
| URL-codering (UTF-8 procent) | %EC%95%AA |
| Uitgesproken naam / schermlezer | Hangul Syllable Aelm |
| UTF-8 | EC 95 AA |
| UTF-16 | C56A |
| UTF-32 | 0000C56A |
1\documentclass{article}2\usepackage{pifont}3\hangul{C56A}4\end{document}Je kunt het hangul syllable aelm-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 50538 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable aelm", or use Unicode Hex Input with C56A.
Ctrl + Shift + U, type c56a, 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-aelm::before { content: "\C56A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>앪</span>De weergave van het Hangul Syllable Aelm-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uC56A' or String.fromCodePoint(50538) |
| Python | '\N{HANGUL SYLLABLE AELM}' or chr(50538) |
| Rust | '\u{C56A}' |
| C / C++ | UTF-8 source or wchar_t with U+C56A |
| Go | string(rune(0xC56A)) |
| Ruby | "\u{C56A}" |