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