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