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