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