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